From 350a18c2a3d80b295fc93d8d1cb0d75a87843c5e Mon Sep 17 00:00:00 2001 From: dankito Date: Thu, 17 Oct 2024 23:27:02 +0200 Subject: [PATCH] Set Android versionCode to 18 (but released app with this version code two commits ago) --- 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 71cd0ac..d115631 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -151,7 +151,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 = 17 + versionCode = 18 versionName = "1.0.0-Alpha-15" } packaging {