Ver Fonte

Release 0.9.0

arkon há 4 anos atrás
pai
commit
33e0a34916
1 ficheiros alterados com 2 adições e 2 exclusões
  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()}\""