Released Android version 19

This commit is contained in:
dankito 2024-10-17 23:37:28 +02:00
parent b7cb22e7a8
commit 98f15d3a8d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ 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 = 18 versionCode = 19
versionName = "1.0.0-Alpha-15" versionName = "1.0.0-Alpha-15"
} }
packaging { packaging {