From 5f8ae1c3d0ade16ee169353fc5eacf28f761bbf2 Mon Sep 17 00:00:00 2001 From: danale Date: Thu, 24 Oct 2019 20:49:54 -0500 Subject: [PATCH] updated compileSdkVersion and targetSdkVersion to get rid of com.android.builder.internal.aapt.v2.Aapt2Exception error among users --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2869e6a..603039e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 + compileSdkVersion 28 buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 2 versionName "1.1" ndk { @@ -20,4 +20,4 @@ android { dependencies { compile 'com.facebook.react:react-native:+' -} \ No newline at end of file +}