Parcourir la source

chore: update version for 2.1.1 patch release

Joshua Kuestersteffen il y a 2 ans
Parent
commit
86a1d137e1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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(33)
-        versionName = "2.1.0"
-        versionCode = 20
+        versionName = "2.1.1"
+        versionCode = 21
         vectorDrawables { useSupportLibrary = true }
 //        signingConfigs {
 //            if (project.extra.has("RELEASE_STORE_FILE")) {