arkon před 4 roky
rodič
revize
33e0a34916
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -38,8 +38,8 @@ android {
         minSdkVersion 21
         targetSdkVersion 29
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
-        versionCode 42
-        versionName "0.8.5"
+        versionCode 43
+        versionName "0.9.0"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""