From 3c3734d565a79d2d498525919f0271e182ada388 Mon Sep 17 00:00:00 2001 From: dankito Date: Tue, 17 Sep 2024 15:24:55 +0200 Subject: [PATCH] Released version 10 / 1.0.0-Alpha-12 of Android app --- composeApp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 84be1eb..ff81f94 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -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 minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 1 + versionCode = 10 versionName = "1.0.0-Alpha-12" } packaging {