From e2c1f929866eb814cd088976ee727900355bab0f Mon Sep 17 00:00:00 2001 From: Vikas S Yaligar Date: Sun, 31 Jan 2016 02:07:53 +0530 Subject: [PATCH] Updated README.md regarding new google service version in build.gradle --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eb3cbc..c82b998 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ https://github.com/oney/TestGcm ```gradle dependencies { classpath 'com.android.tools.build:gradle:1.3.1' - classpath 'com.google.gms:google-services:1.4.0-beta3' // <- Add this line + classpath 'com.google.gms:google-services:1.5.0-beta3' // <- Add this line ``` - In `android/settings.gradle`, add @@ -35,7 +35,7 @@ dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.facebook.react:react-native:0.16.+" - compile 'com.google.android.gms:play-services-gcm:8.1.0' // <- Add this line + compile 'com.google.android.gms:play-services-gcm:8.3.0' // <- Add this line compile project(':RNGcmAndroid') // <- Add this line compile project(':react-native-system-notification') // <- Add this line }