Bumped Android version to 11 / 1.0.0-Alpha-13
This commit is contained in:
parent
9412f6b7f0
commit
607eb4c2f5
|
@ -144,8 +144,8 @@ 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 = 10
|
||||
versionName = "1.0.0-Alpha-12"
|
||||
versionCode = 11
|
||||
versionName = "1.0.0-Alpha-13"
|
||||
}
|
||||
packaging {
|
||||
resources {
|
||||
|
|
Loading…
Reference in New Issue