Browse Source

update: 3.5.1

drake 2 years ago
parent
commit
287b0283fe
3 changed files with 10 additions and 4 deletions
  1. 3 3
      README.md
  2. 1 1
      build.gradle
  3. 6 0
      docs/updates.md

+ 3 - 3
README.md

@@ -4,7 +4,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://github.com/liangjingkanji/Net/releases/download/3.5.0/net-sample.apk">下载体验</a>
+ | <a href="https://github.com/liangjingkanji/Net/releases/download/3.5.1/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>
@@ -109,10 +109,10 @@ 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.0'
+implementation 'com.github.liangjingkanji:Net:3.5.1'
 
 // 支持自动下拉刷新和缺省页的(可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.80'
+implementation 'com.github.liangjingkanji:BRV:1.3.82'
 ```
 如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
 <br>

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@
 buildscript {
     ext {
         kotlin_version = '1.7.10'
-        brv_version = '1.3.80'
+        brv_version = '1.3.82'
         coroutine_version = '1.6.1'
         okhttp_version = "4.10.0"
     }

+ 6 - 0
docs/updates.md

@@ -1,3 +1,9 @@
+## 3.5.1
+- feat: 新增param方法参数Uri
+- feat: 新增addQuery方法
+- pref: 不混淆exception包
+- fix: #129 请求URL不同导致setCacheKey无效
+
 ## 3.5.0
 - refactor: 删除权限REQUEST_INSTALL_PACKAGES(谷歌商店权限要求)
 - refactor: 删除File.install