Skip to content

Commit 6c88ad9

Browse files
committed
Set version code to 58, and version name to 3.8.0
1 parent b3bd9d8 commit 6c88ad9

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
@@ -12,8 +12,8 @@ android {
1212
applicationId = "app.opass.ccip"
1313
minSdk = 24
1414
targetSdk = 36
15-
versionCode = 57
16-
versionName = "3.7.0"
15+
versionCode = 58
16+
versionName = "3.8.0"
1717

1818
manifestPlaceholders["manifestApplicationId"] = "$applicationId"
1919
}

0 commit comments

Comments
 (0)