Closed fdrault closed 2 years ago
Should fix #202
Make gradle use versions defined by your project
compileSdkVersion
buildToolsVersion
minSdkVersion
targetSdkVersion
They are grabbed from your global android/build.gradle and should automatically evolve with react-native updates
android/build.gradle
Will skip bumping project version since this looks backwards compatible. Thanks for the pr!
Should fix #202
Make gradle use versions defined by your project
compileSdkVersion
buildToolsVersion
minSdkVersion
targetSdkVersion
They are grabbed from your global
android/build.gradle
and should automatically evolve with react-native updates