Open jankarres opened 6 years ago
This is a symptom of my upgrade to gradle 3. It can probably be removed to be part of the link process.
i have created a PR for this so that everyone can easily use this module. Please take a look and see if it is good to merge in?
The reference
google()
in repositories depends on settings in the react-native Android project of the developer. I use the following to specify the repository, which seems to be saver for all users, aren't it?maven { url 'https://maven.google.com/' name 'Google' }
https://github.com/BlueBambooStudios/react-native-track-player/blob/c412f2b8eb93e34369b5eefc60f7dfc1e783fc10/android/build.gradle#L6
https://github.com/BlueBambooStudios/react-native-track-player/blob/c412f2b8eb93e34369b5eefc60f7dfc1e783fc10/android/build.gradle#L61