Released version 10 / 1.0.0-Alpha-12 of Android app
This commit is contained in:
parent
af99608dd6
commit
3c3734d565
|
@ -140,7 +140,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 = 1
|
versionCode = 10
|
||||||
versionName = "1.0.0-Alpha-12"
|
versionName = "1.0.0-Alpha-12"
|
||||||
}
|
}
|
||||||
packaging {
|
packaging {
|
||||||
|
|
Loading…
Reference in New Issue