|
@@ -38,8 +38,8 @@ dependencies {
|
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
|
implementation "com.squareup.retrofit2:adapter-rxjava2:2.4.0"
|
|
|
|
|
|
- implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
|
|
|
- implementation 'io.reactivex.rxjava2:rxjava:2.2.1'
|
|
|
+ api 'io.reactivex.rxjava2:rxandroid:2.1.0'
|
|
|
+ api 'io.reactivex.rxjava2:rxjava:2.2.1'
|
|
|
}
|
|
|
repositories {
|
|
|
mavenCentral()
|