Update installation-android.md
This commit is contained in:
parent
e538549286
commit
7f99b035e2
|
@ -62,7 +62,9 @@ dependencies {
|
||||||
Google Play services from 11.2.0 onwards require their dependencies to be downloaded from Google's Maven respository so add the
|
Google Play services from 11.2.0 onwards require their dependencies to be downloaded from Google's Maven respository so add the
|
||||||
required reference to the repositories section of the *project* level build.gradle
|
required reference to the repositories section of the *project* level build.gradle
|
||||||
`android/build.gradle`
|
`android/build.gradle`
|
||||||
```allprojects {
|
|
||||||
|
```groovy
|
||||||
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
// ...
|
// ...
|
||||||
maven {
|
maven {
|
||||||
|
|
Loading…
Reference in New Issue