Skip to content

Commit

Permalink
update: 3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 17, 2023
1 parent b14d07c commit 0643f79
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 @@ -113,7 +113,7 @@ dependencyResolutionManagement {
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.10.0' // 要求OkHttp4以上
implementation 'com.github.liangjingkanji:Net:3.5.8'
implementation 'com.github.liangjingkanji:Net:3.5.9'
```
如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
<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.5.9
- fix: 修复Java基础类型泛型解析

## 3.5.8
- fix: 删除权限 ACCESS_NETWORK_STATE, 解决个别机型重复申请问题
- upgrade: BRV 1.4.0
Expand Down

0 comments on commit 0643f79

Please sign in to comment.