From 36d5e0a36a1d84d7cf4df4d76b67ab04a21e4e4f Mon Sep 17 00:00:00 2001 From: dankito Date: Thu, 26 Sep 2024 12:41:22 +0200 Subject: [PATCH] Set Android versionCode to 13 (was actually already before previous commit) --- 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 90ee94f..f8c3a6b 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -142,7 +142,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 = 12 + versionCode = 13 versionName = "1.0.0-Alpha-14" } packaging {