Bumped Android version to 12 / 1.0.0-Alpha-14

This commit is contained in:
dankito 2024-09-20 05:57:26 +02:00
parent af3dd02509
commit c6f93e1d85
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ android {
applicationId = "net.codinux.banking.android" // the appId of the old Bankmeister app to be able to use the old PlayStore entry 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() minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 11 versionCode = 12
versionName = "1.0.0-Alpha-13" versionName = "1.0.0-Alpha-14"
} }
packaging { packaging {
resources { resources {