From c6f93e1d85e1666b0554b2de2d7d80464ea26041 Mon Sep 17 00:00:00 2001 From: dankito Date: Fri, 20 Sep 2024 05:57:26 +0200 Subject: [PATCH] Bumped Android version to 12 / 1.0.0-Alpha-14 --- composeApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {