Skip to content

Commit

Permalink
update: 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Nov 30, 2024
1 parent f76537f commit 03e7f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
<br>

Expand Down
3 changes: 3 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.6.4
- feat: 优化转换器ConvertException错误信息

## 3.6.3
- fix: #205 删除MultiPart上传RequestBody默认添加filename

Expand Down

0 comments on commit 03e7f16

Please sign in to comment.