From c0aa987721baccc5c81b24ad5eeb19665fadc6ef Mon Sep 17 00:00:00 2001 From: Sagiv Ofek Date: Wed, 25 Jan 2017 20:48:56 -0500 Subject: [PATCH] Specify adding location (#281) Will save users compilation error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbfe38..be82025 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ + classpath 'com.google.gms:google-services:3.0.0' ``` -- Edit `android/app/build.gradle`: +- Edit `android/app/build.gradle`. Add at the bottom of the file: ```diff apply plugin: "com.android.application" + apply plugin: 'com.google.gms.google-services' -- 2.26.2