From 607eb4c2f5b0032fc13309f2a51287f0af347481 Mon Sep 17 00:00:00 2001 From: dankito Date: Wed, 18 Sep 2024 17:53:16 +0200 Subject: [PATCH] Bumped Android version to 11 / 1.0.0-Alpha-13 --- 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 ef0a751..5906d3b 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -144,8 +144,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 = 10 - versionName = "1.0.0-Alpha-12" + versionCode = 11 + versionName = "1.0.0-Alpha-13" } packaging { resources {