Skip to content

Commit 105d420

Browse files
authored
Update build.gradle
修改 OkHttp 集成的版本
1 parent 1bca46c commit 105d420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
implementation 'com.hjq:toast:8.0'
130130

131131
// OkHttp 框架:https://github.com/square/okhttp
132-
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
132+
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
133133

134134
// JSON 解析框架:https://github.com/google/gson
135135
implementation 'com.google.code.gson:gson:2.8.6'
@@ -198,4 +198,4 @@ dependencies {
198198
// 图片压缩:https://github.com/Curzibn/Luban
199199
// 对象存储:https://github.com/leavesC/DoKV
200200
// 数据注入:https://github.com/JumeiRdGroup/Parceler
201-
}
201+
}

0 commit comments

Comments
 (0)