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.
2 parents 14e0b75 + d7471d1 commit 3476ca2Copy full SHA for 3476ca2
app/build.gradle.kts
@@ -37,8 +37,8 @@ android {
37
applicationId = "com.android.developers.androidify"
38
minSdk = libs.versions.minSdk.get().toInt()
39
targetSdk = 36
40
- versionCode = 1
41
- versionName = "1.0"
+ versionCode = 2
+ versionName = "1.1.0"
42
43
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
44
}
@@ -48,7 +48,9 @@ android {
48
49
50
buildTypes {
51
- debug {}
+ debug {
52
+ versionNameSuffix = "-debug"
53
+ }
54
create("benchmark") {
55
initWith(buildTypes.getByName("release"))
56
matchingFallbacks += listOf("release")
0 commit comments