From a7d9d54cf69cd002d82e7808cc8859559b97de49 Mon Sep 17 00:00:00 2001 From: drake Date: Tue, 11 Apr 2023 04:56:28 +0800 Subject: [PATCH] update: 3.5.8 --- README.md | 4 ++-- docs/updates.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 461f551ff..a7bcfe993 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

使用文档 | 无法访问? | 贡献代码 - | 下载体验 + | 下载体验

@@ -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)
diff --git a/docs/updates.md b/docs/updates.md index c2296ea10..9a77ed11b 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,7 @@ +## 3.5.8 +- fix: 删除权限 ACCESS_NETWORK_STATE, 解决个别机型重复申请问题 +- upgrade: BRV 1.4.0 + ## 3.5.7 - fix: #165 泛型擦除