From 03e7f16909b1a26186497ce41fd677c3dbe0bf9b Mon Sep 17 00:00:00 2001 From: drake Date: Sat, 11 Nov 2023 00:00:28 +0800 Subject: [PATCH] update: 3.6.4 --- README.md | 2 +- docs/updates.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef849bd9..98934e2b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Module 的 build.gradle 添加依赖框架 implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定) implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0' // 介于okhttp 3.12.x的更新情况,Net-okhttp3已内置okhttp3:3.12.13,无需再单独引入。 -implementation 'com.github.liangjingkanji:Net-okhttp3:3.6.3' +implementation 'com.github.liangjingkanji:Net-okhttp3:3.6.4' ```
diff --git a/docs/updates.md b/docs/updates.md index bbef0e42..14a5b2fc 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,6 @@ +## 3.6.4 +- feat: 优化转换器ConvertException错误信息 + ## 3.6.3 - fix: #205 删除MultiPart上传RequestBody默认添加filename