diff --git a/app/build.gradle b/app/build.gradle index 7d71585..31156f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.alkisum.android.sofatime" minSdkVersion 21 targetSdkVersion 28 - versionCode 3 - versionName "1.2.dev" + versionCode 4 + versionName "1.2" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L" } buildTypes { diff --git a/release/sofatime-1.2.apk b/release/sofatime-1.2.apk index 3376c08..49f0b81 100644 Binary files a/release/sofatime-1.2.apk and b/release/sofatime-1.2.apk differ