From 74d42abce3d96a9e74b6b34fe57e091a71de8475 Mon Sep 17 00:00:00 2001 From: dankito Date: Fri, 4 Oct 2024 09:52:04 +0200 Subject: [PATCH] Set Android versionCode to 17 --- 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 75bee25..43b7deb 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 = 16 + versionCode = 17 versionName = "1.0.0-Alpha-14" } packaging {