From 30e33a6a950494da7a27bbb860cd258c72b23673 Mon Sep 17 00:00:00 2001 From: Mark Prins Date: Tue, 30 May 2023 10:39:19 +1200 Subject: [PATCH] reduce SdkVersion --- android/app/src/main/AndroidManifest.xml | 2 +- android/build.gradle | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d3edb99..b7427ae 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ - + diff --git a/android/build.gradle b/android/build.gradle index 2dde974..cdb1408 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,8 +4,8 @@ buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 21 - compileSdkVersion = 31 - targetSdkVersion = 31 + compileSdkVersion = 30 + targetSdkVersion = 30 ndkVersion = "20.1.5948944" } repositories { @@ -43,10 +43,4 @@ allprojects { jcenter() maven { url 'https://www.jitpack.io' } } -} - -configurations.all { - resolutionStrategy { - force 'androidx.core:core-ktx:1.6.0' - } -} +} \ No newline at end of file