diff --git a/android/build.gradle b/android/build.gradle index 1adb927..e1f6ccf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 34 + buildToolsVersion "34.0.0" defaultConfig { minSdkVersion 16 - targetSdkVersion 22 + targetSdkVersion 34 versionCode 1 versionName "1.0" @@ -17,5 +17,5 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }