We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bca46c commit 105d420Copy full SHA for 105d420
app/build.gradle
@@ -129,7 +129,7 @@ dependencies {
129
implementation 'com.hjq:toast:8.0'
130
131
// OkHttp 框架:https://github.com/square/okhttp
132
- implementation 'com.squareup.okhttp3:okhttp:4.2.2'
+ implementation 'com.squareup.okhttp3:okhttp:3.12.8'
133
134
// JSON 解析框架:https://github.com/google/gson
135
implementation 'com.google.code.gson:gson:2.8.6'
@@ -198,4 +198,4 @@ dependencies {
198
// 图片压缩:https://github.com/Curzibn/Luban
199
// 对象存储:https://github.com/leavesC/DoKV
200
// 数据注入:https://github.com/JumeiRdGroup/Parceler
201
-}
+}
0 commit comments