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.
2 parents 2048ba7 + b14b0ff commit 18d75ccCopy full SHA for 18d75cc
app/build.gradle
@@ -88,8 +88,8 @@ dependencies {
88
// JSR305 annotations for javax.annotation
89
implementation 'com.google.code.findbugs:jsr305:3.0.2'
90
// 3rd part Dependencies...
91
- implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
92
- implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
+ implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
93
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
94
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
95
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.1'
0 commit comments