Sfoglia il codice sorgente

Prepare for next release

Joshua Kuestersteffen 4 anni fa
parent
commit
6ee428b3fe
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(30)
-        versionName = "1.3.0-beta.3"
-        versionCode = 13
+        versionName = "1.3.0"
+        versionCode = 14
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables { useSupportLibrary = true }
 //        signingConfigs {