diff --git a/android/build.gradle b/android/build.gradle index b73330d..cfc772a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' -def DEFAULT_COMPILE_SDK_VERSION = 23 -def DEFAULT_BUILD_TOOLS_VERSION = "23.0.1" -def DEFAULT_TARGET_SDK_VERSION = 22 +def DEFAULT_COMPILE_SDK_VERSION = 33 +def DEFAULT_BUILD_TOOLS_VERSION = "33.0.0" +def DEFAULT_TARGET_SDK_VERSION = 33 android { compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION @@ -17,5 +17,5 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }