diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 8bac424..90ee94f 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -142,8 +142,8 @@ 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 = 11 - versionName = "1.0.0-Alpha-13" + versionCode = 12 + versionName = "1.0.0-Alpha-14" } packaging { resources {