|
@@ -32,9 +32,9 @@ dependencies {
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
compile 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
compile 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
//网络请求log 拦截器
|
|
//网络请求log 拦截器
|
|
- compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
|
|
|
|
- compile 'com.squareup.okio:okio:1.13.0'
|
|
|
|
- compile 'io.reactivex.rxjava2:rxjava:2.1.4'
|
|
|
|
- compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
|
|
|
|
|
+ implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0'
|
|
|
|
+ implementation 'com.squareup.okio:okio:1.13.0'
|
|
|
|
+ implementation 'io.reactivex.rxjava2:rxjava:2.1.4'
|
|
|
|
+ implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
|
}
|
|
}
|
|
apply from: 'bintrayUpload.gradle'
|
|
apply from: 'bintrayUpload.gradle'
|