Skip to content

Commit 3476ca2

Browse files
authored
Merge pull request #97 from android/version-cut
Version code increase to 1.1.0
2 parents 14e0b75 + d7471d1 commit 3476ca2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId = "com.android.developers.androidify"
3838
minSdk = libs.versions.minSdk.get().toInt()
3939
targetSdk = 36
40-
versionCode = 1
41-
versionName = "1.0"
40+
versionCode = 2
41+
versionName = "1.1.0"
4242

4343
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4444
}
@@ -48,7 +48,9 @@ android {
4848
}
4949

5050
buildTypes {
51-
debug {}
51+
debug {
52+
versionNameSuffix = "-debug"
53+
}
5254
create("benchmark") {
5355
initWith(buildTypes.getByName("release"))
5456
matchingFallbacks += listOf("release")

0 commit comments

Comments
 (0)