From b8071901e9036adf5776b8eae683dd45370d88b3 Mon Sep 17 00:00:00 2001 From: 7underlines Date: Wed, 16 Oct 2024 14:48:08 +0200 Subject: [PATCH] chore: Increase versionCode to 10 in build.gradle --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index aac504b..8c7844e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,7 +7,7 @@ android { applicationId "com.thomaspeissl.quick_dungeon_crawler_od.twa" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 9 + versionCode 10 versionName "2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions {