Skip to content

Commit

Permalink
update: 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Oct 29, 2023
1 parent 9d230d5 commit c7bd8a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Module 的 build.gradle 添加依赖框架
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定)
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0' // 要求OkHttp4以上
implementation 'com.github.liangjingkanji:Net:3.6.2'
implementation 'com.github.liangjingkanji:Net:3.6.3'
```
如果在 Android 5 (API level 21)以下开发, 请使用 [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
<br>
Expand Down
5 changes: 4 additions & 1 deletion docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 3.6.3
- fix: #205 删除MultiPart上传RequestBody默认添加filename

## 3.6.2
fix: #203 适配AGPv8的代码混淆Gson无法获取泛型问题
- fix: #203 适配AGPv8的代码混淆Gson无法获取泛型问题

## 3.6.1
- fix: #197 修复scopeDialog的可取消对话框默认值
Expand Down

0 comments on commit c7bd8a6

Please sign in to comment.