Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

remove buildToolsVersion config #378

Open dulmandakh opened 1 year ago

dulmandakh commented 1 year ago

Summary

buildToolsVersion is no longer required since AGP 3.1 (March 2018), See https://developer.android.com/studio/releases/gradle-plugin#3-1-0. Having buildToolsVersion is extra noise and download for no value

Test Plan

The module will build and work as before.