Commit 2ea0d22705dfe6253876bf049543cb811f0d58d6
1 parent
4178b895
请求整理
Showing
4 changed files
with
3 additions
and
1 deletions
build.gradle
library_baidumap/build.gradle
| @@ -43,6 +43,7 @@ dependencies { | @@ -43,6 +43,7 @@ dependencies { | ||
| 43 | implementation "com.alibaba:arouter-api:$rootProject.arouterApiVersion" | 43 | implementation "com.alibaba:arouter-api:$rootProject.arouterApiVersion" |
| 44 | annotationProcessor "com.alibaba:arouter-compiler:$rootProject.arouterCompilerVersion" | 44 | annotationProcessor "com.alibaba:arouter-compiler:$rootProject.arouterCompilerVersion" |
| 45 | implementation "com.squareup.okhttp3:okhttp:$rootProject.okhttp" | 45 | implementation "com.squareup.okhttp3:okhttp:$rootProject.okhttp" |
| 46 | + implementation "com.squareup.okio:okio:$rootProject.oki" | ||
| 46 | 47 | ||
| 47 | api files('libs/BaiduLBS_Android.jar') | 48 | api files('libs/BaiduLBS_Android.jar') |
| 48 | api files('libs/BaiduTraceSDK_v3_1_0.jar') | 49 | api files('libs/BaiduTraceSDK_v3_1_0.jar') |
library_baidumap/libs/okio-1.13.0.jar deleted
100644 → 0
No preview for this file type
moudle_pedometer/build.gradle
| @@ -115,5 +115,5 @@ dependencies { | @@ -115,5 +115,5 @@ dependencies { | ||
| 115 | 115 | ||
| 116 | configurations { | 116 | configurations { |
| 117 | // all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp' | 117 | // all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp' |
| 118 | - all*.exclude group: 'com.squareup.okio' | 118 | +// all*.exclude group: 'com.squareup.okio' |
| 119 | } | 119 | } |