瀏覽代碼

Update build.gradle

修改 OkHttp 集成的版本
master
Android 轮子哥 5 年之前
父節點
當前提交
105d420124
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      app/build.gradle

+ 2
- 2
app/build.gradle 查看文件

@@ -129,7 +129,7 @@ dependencies {
implementation 'com.hjq:toast:8.0'
// OkHttp 框架:https://github.com/square/okhttp
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
// JSON 解析框架:https://github.com/google/gson
implementation 'com.google.code.gson:gson:2.8.6'
@@ -198,4 +198,4 @@ dependencies {
// 图片压缩:https://github.com/Curzibn/Luban
// 对象存储:https://github.com/leavesC/DoKV
// 数据注入:https://github.com/JumeiRdGroup/Parceler
}
}

Loading…
取消
儲存