Skip to content

Commit

Permalink
Merge pull request #38 from vikassy/master
Browse files Browse the repository at this point in the history
  • Loading branch information
oney committed Feb 1, 2016
2 parents 36c5e6d + e2c1f92 commit f4bd872
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 f4bd872

Please sign in to comment.