Set Android versionCode to 13 (was actually already before previous commit)
This commit is contained in:
parent
ebbdd56418
commit
36d5e0a36a
|
@ -142,7 +142,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 = 12
|
||||
versionCode = 13
|
||||
versionName = "1.0.0-Alpha-14"
|
||||
}
|
||||
packaging {
|
||||
|
|
Loading…
Reference in New Issue