Update installation-android.md
This commit is contained in:
parent
a6ac6a59ae
commit
861ff377d6
|
@ -67,12 +67,15 @@ required reference to the repositories section of the *project* level build.grad
|
|||
```groovy
|
||||
allprojects {
|
||||
repositories {
|
||||
// ...
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
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:
|
||||
}
|
||||
// -------------------------------------------------
|
||||
// Add this below the existing maven property above
|
||||
// -------------------------------------------------
|
||||
maven {
|
||||
url 'https://maven.google.com'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue