Skip to content

Commit

Permalink
Updated README.md regarding new google service version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vikassy committed Jan 30, 2016
1 parent 36c5e6d commit e2c1f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
Expand Down

0 comments on commit e2c1f92

Please sign in to comment.