From 315e05b08e6ed8a17866f66348e3436a2cc43f15 Mon Sep 17 00:00:00 2001 From: dankito Date: Fri, 27 Sep 2024 03:39:11 +0200 Subject: [PATCH] Set Android versionCode to 14 --- 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 b318ec0..4724d50 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -143,7 +143,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 = 13 + versionCode = 14 versionName = "1.0.0-Alpha-14" } packaging {