react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

Changes needed for gradle 3.0.1 compatibility

Open nesc58 opened this issue 7 years ago • 1 comments

Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle:

  • Remove the buildToolsVersion, gradle now specifies a default and the current value conflicts with that.
  • Declare dependencies using api not compile per https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations

Thanks

Related issues for our project:

  • https://github.com/react-native-community/react-native-svg/issues/581
  • https://github.com/AlexanderZaytsev/react-native-i18n/issues/161

nesc58 avatar Jan 26 '18 15:01 nesc58

I made a PR for this, please let us know if it is OK to be merged. Thanks!

afilp avatar Jan 21 '19 17:01 afilp