diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 4a58914..2b92e8b 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -152,7 +152,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 = 20 + versionCode = 21 versionName = "1.0.0-Alpha-15" } packaging {