mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-13 21:00:55 +08:00
chore(map):update okhttp3 to 4.10.0
This commit is contained in:
parent
9f03ed3312
commit
0fc56dc2b0
@ -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'
|
||||
|
||||
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
@ -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.**
|
||||
Loading…
Reference in New Issue
Block a user