Sfoglia il codice sorgente

Prepare for beta release

Joshua Kuestersteffen 3 anni fa
parent
commit
fe239d307c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/build.gradle.kts

+ 2 - 2
app/build.gradle.kts

@@ -15,8 +15,8 @@ android {
         applicationId = "com.jkuester.unlauncher"
         minSdkVersion(21)
         targetSdkVersion(31)
-        versionName = "2.0.0-beta.2"
-        versionCode = 15
+        versionName = "2.0.0-beta.4"
+        versionCode = 16
         vectorDrawables { useSupportLibrary = true }
 //        signingConfigs {
 //            if (project.extra.has("RELEASE_STORE_FILE")) {