From 81a98af43f44c582184799dc7dab954df28b36d9 Mon Sep 17 00:00:00 2001 From: dankito Date: Sat, 19 Oct 2024 21:42:17 +0200 Subject: [PATCH] Released Android version 20 --- 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 afedb8c..4a58914 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -152,7 +152,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 = 19 + versionCode = 20 versionName = "1.0.0-Alpha-15" } packaging {