Update installation-android.md

This commit is contained in:
Michael Diarmid 2017-09-18 15:05:01 +01:00 committed by GitHub
parent e538549286
commit 7f99b035e2
1 changed files with 3 additions and 1 deletions

View File

@ -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 {