Set Android versionCode to 18 (but released app with this version code two commits ago)
This commit is contained in:
parent
2c32c1970c
commit
350a18c2a3
|
@ -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 = 17
|
versionCode = 18
|
||||||
versionName = "1.0.0-Alpha-15"
|
versionName = "1.0.0-Alpha-15"
|
||||||
}
|
}
|
||||||
packaging {
|
packaging {
|
||||||
|
|
Loading…
Reference in New Issue