From 7128a9d64fece5831980132edb2546ea1fa4b9db Mon Sep 17 00:00:00 2001 From: Sangam-at-712176428654 <66767187+codersangam@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:24:59 +0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20fixed=20#86=20AAPT:=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d7c01a2..762369b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,10 +27,10 @@ project.getTasks().withType(JavaCompile){ apply plugin: 'com.android.library' android { - compileSdkVersion 29 + compileSdkVersion 33 defaultConfig { - minSdkVersion 16 + minSdkVersion 21 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions {