alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
307 stars 19 forks source link

remove buildToolsVersion #25

Closed dulmandakh closed 3 years ago

dulmandakh commented 3 years ago

Setting buildToolsVersion is no longer recommended, it'll default to Android Gradle Plugin defaults. It makes DX worse by requiring multiple versions of build tools by various dependencies require various versions.

alpha0010 commented 3 years ago

Thank you.