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 4ee0ffb + 79db737 commit 2e48c4dCopy full SHA for 2e48c4d
app/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
26
implementation 'com.squareup.okhttp3:logging-interceptor:4.0.1'
27
/*RXJAVA */
28
- ext.rxjava_version = '2.2.2'
+ ext.rxjava_version = '2.2.15'
29
ext.rxandroid_version = '2.1.1'
30
implementation "io.reactivex.rxjava2:rxandroid:$rxandroid_version"
31
implementation "io.reactivex.rxjava2:rxjava:$rxjava_version"
0 commit comments