From cfb9d86164724fcdf58d04b927ecc4ef74c8b90e Mon Sep 17 00:00:00 2001 From: Oriol Egea Date: Thu, 21 Sep 2023 19:06:50 +0200 Subject: [PATCH] Increase android SDK target --- android/app/build.gradle | 4 ++-- android/variables.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f08c081..f7dc2fb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "im.oriol.passager" minSdkVersion rootProject.ext.minSdkVersion targetSdk targetSdkVersion - versionCode 9 - versionName '1.8.0' + versionCode 10 + versionName '1.9.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/android/variables.gradle b/android/variables.gradle index f6e85c4..0334e09 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -1,7 +1,7 @@ ext { minSdkVersion = 21 compileSdkVersion = 30 - targetSdkVersion = 31 + targetSdkVersion = 33 androidxActivityVersion = '1.2.0' androidxAppCompatVersion = '1.2.0' androidxCoordinatorLayoutVersion = '1.1.0'