Skip to content

Commit 57f70b3

Browse files
committed
build.gradle.kts: Update versionCode to 11 and versionName to 2.2.0 in build.gradle.kts
1 parent 9c593fa commit 57f70b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.addev.listaspam"
1212
minSdk = 29
1313
targetSdk = 34
14-
versionCode = 10
15-
versionName = "2.1.1"
14+
versionCode = 11
15+
versionName = "2.2.0"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)