From caa644712c4f1e86532ed54d1caafd97c3875b44 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 11 Jul 2016 13:59:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe1f94..590e434 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ classpath 'com.google.gms:google-services:3.0.0' // <- Add this line - In `android/app/build.gradle` ```gradle apply plugin: "com.android.application" -apply plugin: 'com.google.gms.google-services' // <- Add this line ... +apply plugin: 'com.google.gms.google-services' // <- Add this line to bottom of the file ``` - In `android/app/src/main/AndroidManifest.xml` -- 2.26.2