Explorar el Código

Prepare for beta release

Joshua Kuestersteffen hace 3 años
padre
commit
fe239d307c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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")) {