We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f816c commit c9ade4aCopy full SHA for c9ade4a
README.md
@@ -15,9 +15,9 @@ Add RxFcm dependency and Google Services plugin to project level build.gradle.
15
apply plugin: 'com.google.gms.google-services'
16
17
dependencies {
18
- compile 'com.github.VictorAlbertos:RxFcm:0.0.9'
19
- compile 'com.google.firebase:firebase-core:9.4.0'
20
- compile 'io.reactivex:rxjava:1.1.10'
+ compile 'com.github.VictorAlbertos:RxFcm:0.1.0'
+ compile 'com.google.firebase:firebase-core:9.6.0'
+ compile 'io.reactivex:rxjava:1.2.1'
21
}
22
```
23
0 commit comments