From 7171e2356a2a3d9b47832629813155bfb17bd14c Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 14 Jul 2016 16:17:49 -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 7b653ed..790c027 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