Skip to content

Commit

Permalink
update: 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Apr 10, 2023
1 parent 7d7a015 commit a7d9d54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center"><a href="http://liangjingkanji.github.io/Net/">使用文档</a>
| <a href="https://github.com/liangjingkanji/document/blob/master/visit-pages.md">无法访问?</a>
| <a href="https://liangjingkanji.github.io/document/">贡献代码</a>
| <a href="https://github.com/liangjingkanji/Net/releases/download/3.5.5/net-sample.apk">下载体验</a>
| <a href="https://github.com/liangjingkanji/Net/releases/download/3.5.8/net-sample.apk">下载体验</a>
</p>

<p align="center"><img src="https://user-images.githubusercontent.com/21078112/169665591-1bf3de50-888e-467a-9b64-0a9d03f73751.png" width="320"/></p>
Expand Down 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.7'
implementation 'com.github.liangjingkanji:Net:3.5.8'
```
如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
<br>
Expand Down
4 changes: 4 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.5.8
- fix: 删除权限 ACCESS_NETWORK_STATE, 解决个别机型重复申请问题
- upgrade: BRV 1.4.0

## 3.5.7
- fix: #165 泛型擦除

Expand Down

0 comments on commit a7d9d54

Please sign in to comment.