Closed rusliabdulgani closed 6 years ago
@rusliabdulgani buildToolsVersion and compileSdkVersion needs to be synchronized in every module. the easiest way to do this is to use Android Studio.
for manual change:
node_modules/react-native-android-location-services-dialog-box/android/build.gradle
android {
compileSdkVersion 26 // here
buildToolsVersion "26.1.0" // here
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
}
}
duplicate issue #60
i just upgrade to react native 0.56.0 then i found this error.
`Could not resolve all files for configuration ':react-native-android-location-services-dialog-box:debugCompileClasspath'.
my current project:
There is no update for react native 0.56.0 ? cause could not find also in jcenter