|
@@ -27,12 +27,12 @@ dependencies {
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
|
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
|
- implementation 'com.squareup.okhttp3:okhttp:3.9.0'
|
|
|
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
+ implementation 'com.squareup.okhttp3:okhttp:3.10.0'
|
|
|
//网络请求log 拦截器
|
|
|
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0'
|
|
|
- implementation 'com.squareup.okio:okio:1.13.0'
|
|
|
+ implementation 'com.squareup.okio:okio:1.14.0'
|
|
|
implementation 'io.reactivex.rxjava2:rxjava:2.1.4'
|
|
|
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
|
|
|
implementation 'com.google.code.gson:gson:2.8.5'
|