Browse Source

update 3.0.26

drake 3 years ago
parent
commit
19ca44ca50
2 changed files with 7 additions and 1 deletions
  1. 1 1
      README.md
  2. 6 0
      docs/updates.md

+ 1 - 1
README.md

@@ -103,7 +103,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.0.25'
+implementation 'com.github.liangjingkanji:Net:3.0.26'
 
 
 // 支持自动下拉刷新和缺省页的(可选)
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.37'
 implementation 'com.github.liangjingkanji:BRV:1.3.37'

+ 6 - 0
docs/updates.md

@@ -1,3 +1,9 @@
+## 3.0.26
+- 优化返回ByteArray类型性能
+- setQuery函数支持Number/Boolean类型
+- 新增一个错误提示 HttpFailureException
+
+
 ## 3.0.25
 ## 3.0.25
 - 轮询器支持ViewModel取消
 - 轮询器支持ViewModel取消
 - 修复无法返回ByteArray类型问题
 - 修复无法返回ByteArray类型问题