Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert committed May 3, 2016
2 parents fc8164b + 84feb0b commit 5f560b6
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 @@ -22,15 +22,15 @@ Add dependency and plugin to project level build.gradle.
apply plugin: 'com.google.gms.google-services'
dependencies {
compile 'com.github.iammert:FastGCM:1.1'
compile 'com.github.iammert:FastGCM:1.2'
}
```

Add classpath and repository to root level build.gradle.

```
dependencies {
classpath 'com.google.gms:google-services:1.3.0-beta1'
classpath 'com.google.gms:google-services:2.0.0-alpha6'
}
repositories {
Expand Down

0 comments on commit 5f560b6

Please sign in to comment.