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 }