chore(map):update okhttp3 to 4.10.0

This commit is contained in:
ZCShou 2022-11-05 14:32:05 +08:00
parent 9f03ed3312
commit 0fc56dc2b0
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB
2 changed files with 8 additions and 2 deletions

View File

@ -108,7 +108,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.elvishew:xlog:1.11.0'
implementation files('libs/BaiduLBS_Android.jar')
testImplementation 'junit:junit:4.13.2'

View File

@ -22,4 +22,10 @@
-keep class com.baidu.** {*;}
-keep class vi.com.** {*;}
-keep class com.baidu.vi.** {*;}
-dontwarn com.baidu.**
-dontwarn com.baidu.**
# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**