Browse Source

Update 3.4.2

drake 3 years ago
parent
commit
368e713a44
3 changed files with 5 additions and 1 deletions
  1. 1 1
      README.md
  2. 4 0
      docs/updates.md
  3. BIN
      sample/release/sample-release.apk

+ 1 - 1
README.md

@@ -104,7 +104,7 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 // Net
 // Net
-implementation 'com.github.liangjingkanji:Net:3.4.1'
+implementation 'com.github.liangjingkanji:Net:3.4.2'
 
 
 // 支持自动下拉刷新和缺省页的(可选)
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.62'
 implementation 'com.github.liangjingkanji:BRV:1.3.62'

+ 4 - 0
docs/updates.md

@@ -1,3 +1,7 @@
+## 3.4.2
+- 修复Http缓存协议无效
+- 日志拦截器错误信息简略
+
 ## 3.4.1
 ## 3.4.1
 - 禁用失败缓存
 - 禁用失败缓存
 
 

BIN
sample/release/sample-release.apk