|
@@ -35,7 +35,7 @@ dependencies {
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
|
implementation 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
|
implementation 'com.squareup.okio:okio:1.13.0'
|
|
|
- implementation 'io.reactivex:rxjava:1.3.3'
|
|
|
- implementation 'io.reactivex:rxandroid:1.2.1'
|
|
|
+ api 'io.reactivex:rxjava:1.3.3'
|
|
|
+ api 'io.reactivex:rxandroid:1.2.1'
|
|
|
implementation 'com.github.love-yanyi:Logger:1.0.1'
|
|
|
}
|