BlueBambooStudios / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!
Apache License 2.0
2 stars 1 forks source link

build.gradle repositoriy Google #1

Open jankarres opened 6 years ago

jankarres commented 6 years ago

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

haswalt commented 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.

darrenchiu commented 6 years ago

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?