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 ced1de3 commit c95f845Copy full SHA for c95f845
app/build.gradle.kts
@@ -11,11 +11,11 @@ android {
11
compileSdk = 36
12
13
defaultConfig {
14
- applicationId = "de.szalkowski.activitylauncher"
15
- minSdk = 16
+ applicationId = System.getenv("APPID") ?: "de.szalkowski.activitylauncher"
+ minSdk = 23
16
targetSdk = 36
17
- versionCode = 57
18
- versionName = "2.0.7"
+ versionCode = 60
+ versionName = "2.1.0"
19
20
multiDexEnabled = true
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments