diff --git a/android/build.gradle b/android/build.gradle index 7e9c5a1..989b668 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 16 - targetSdkVersion 22 + targetSdkVersion 28 versionCode 1 versionName "1.0" ndk { @@ -22,4 +22,4 @@ android { dependencies { compile 'com.facebook.react:react-native:0.20.+' } - \ No newline at end of file +