kenjdavidson / react-native-bluetooth-classic

⚛ Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication
https://kenjdavidson.github.io/react-native-bluetooth-classic
MIT License
250 stars 93 forks source link

fix(build): Use project global buildToolsVersion and compileSdkVersion #203

Closed fdrault closed 2 years ago

fdrault commented 2 years ago

Should fix #202

Make gradle use versions defined by your project

They are grabbed from your global android/build.gradle and should automatically evolve with react-native updates

kenjdavidson commented 2 years ago

Will skip bumping project version since this looks backwards compatible. Thanks for the pr!