Set Android versionCode to 14
This commit is contained in:
parent
b802f5b48f
commit
315e05b08e
|
@ -143,7 +143,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 = 13
|
versionCode = 14
|
||||||
versionName = "1.0.0-Alpha-14"
|
versionName = "1.0.0-Alpha-14"
|
||||||
}
|
}
|
||||||
packaging {
|
packaging {
|
||||||
|
|
Loading…
Reference in New Issue