We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4894c6e commit 4b9ad3eCopy full SHA for 4b9ad3e
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = System.getenv("APPID") ?: "de.szalkowski.activitylauncher"
16
minSdk = 16
17
targetSdk = 36
18
- versionCode = 64
19
- versionName = "2.1.4"
+ versionCode = 70
+ versionName = "2.2.0"
20
21
multiDexEnabled = true
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments