Closed alaboudi closed 6 years ago
Interesting, thanks for the heads-up! I see in the CHANGELOG that they indeed (finally) bumped the compile version.
The fix might possibly be as simple as bumping the numbers in the Estimote/react-native-proximity/android/build.gradle to what you've posted from the init:
ext {
buildToolsVersion = "26.0.3"
minSdkVersion = 18
compileSdkVersion = 26
targetSdkVersion = 26
supportLibVersion = "26.1.0"
}
If you or someone else wants to give that a try and report back, that'd be much appreciated (: Otherwise, I'll take a look at it tomorrow or next week.
^ that worked, the Android plugin (v0.4.0) now uses the same compileSdkVersion, targetSdkVersion, and buildToolsVersion as the latest React Native, 0.56.
Thank you for upgrading the build.gradle file
I am having difficulties trying to start my project with react-native-proximity because the documentation seems to be outdated with the current
react-native init
scaffold. Specifically, my issues are with sitting up the project with android. I receive the following error.Just an FYI, below is the information in my top level build.gradle file that's straight from the react-native init.