Set Android versionCode to 15

This commit is contained in:
dankito 2024-09-27 03:45:45 +02:00
parent 315e05b08e
commit 737d35b9a6
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ android {
applicationId = "net.codinux.banking.android" // the appId of the old Bankmeister app to be able to use the old PlayStore entry
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 14
versionCode = 15
versionName = "1.0.0-Alpha-14"
}
packaging {