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 +}