From 3e179cfb02467e2900f7a6fd3128ce263201d1ef Mon Sep 17 00:00:00 2001 From: KazuyaKitahara Date: Thu, 28 Dec 2017 14:08:12 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7c43e0..5a2186a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-clien - 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