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