Skip to content

Commit ded63a5

Browse files
committed
fixed codeVersion
1 parent 8b0220a commit ded63a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "bruce.app"
1212
minSdk = 27
1313
targetSdk = 34
14-
versionCode = 1
15-
versionName = "1.0"
14+
versionCode = 2
15+
versionName = "1.2"
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1717
vectorDrawables {
1818
useSupportLibrary = true

0 commit comments

Comments
 (0)