mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
Merge branch 'master' of https://github.com/invertase/react-native-firebase
This commit is contained in:
@@ -67,7 +67,12 @@ required reference to the repositories section of the *project* level build.grad
|
||||
```groovy
|
||||
allprojects {
|
||||
repositories {
|
||||
// ...
|
||||
// ...
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
},
|
||||
// Add this below the existing maven property above:
|
||||
maven {
|
||||
url 'https://maven.google.com'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user