From 7f99b035e243c3a62e3ab499c69cc8a9a8d4bdec Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Mon, 18 Sep 2017 15:05:01 +0100 Subject: [PATCH] Update installation-android.md --- docs/installation-android.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation-android.md b/docs/installation-android.md index ba176ea1..c26d9643 100644 --- a/docs/installation-android.md +++ b/docs/installation-android.md @@ -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 required reference to the repositories section of the *project* level build.gradle `android/build.gradle` -```allprojects { + +```groovy +allprojects { repositories { // ... maven {