Browse Source

Match release version

len 8 years ago
parent
commit
9e90096328
1 changed files with 2 additions and 3 deletions
  1. 2 3
      app/build.gradle

+ 2 - 3
app/build.gradle

@@ -38,9 +38,8 @@ android {
         minSdkVersion 16
         targetSdkVersion 23
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 8
-        versionCode project.findProperty('versionCode')?.toInteger() ?: 8
-        versionName "0.2.2"
+        versionCode 9
+        versionName "0.2.2-1"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""