Browse Source

update 3.0.25

drake 3 years ago
parent
commit
ad9a4c76b7
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以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 // Net
-implementation 'com.github.liangjingkanji:Net:3.0.24'
+implementation 'com.github.liangjingkanji:Net:3.0.25'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.37'

+ 6 - 0
docs/updates.md

@@ -1,3 +1,9 @@
+## 3.0.25
+- 轮询器支持ViewModel取消
+- 修复无法返回ByteArray类型问题
+- 间接依赖 update brv 1.3.37
+- 更新函数注释
+
 ## 3.0.24
 修复上传文件包含参数时, 编码问题导致的参数错误