Browse Source

Upgrade version name too

len 9 năm trước cách đây
mục cha
commit
57c54fa275
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

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