chore: bump versionCode 20 → 21

This commit is contained in:
2026-06-03 13:46:59 +08:00
parent 8df5b48578
commit 02904b1e48
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ android {
applicationId 'mobiledarmasaba.app'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionCode 21
versionName "2.2.0"
}
signingConfigs {

View File

@@ -23,7 +23,7 @@ export default {
},
android: {
package: "mobiledarmasaba.app",
versionCode: 20,
versionCode: 21,
adaptiveIcon: {
foregroundImage: "./assets/images/logo-icon-small.png",
backgroundColor: "#ffffff"