Browse Source

Prepare for next release

Joshua Kuestersteffen 5 năm trước cách đây
mục cha
commit
797526ebe6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/build.gradle.kts

+ 2 - 2
app/build.gradle.kts

@@ -12,8 +12,8 @@ android {
         applicationId = "com.jkuester.unlauncher"
         minSdkVersion(21)
         targetSdkVersion(29)
-        versionCode = 2
-        versionName = "0.1.0"
+        versionCode = 3
+        versionName = "0.1.1"
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables{useSupportLibrary = true}