Browse Source

update 3.0.23

drake 3 years ago
parent
commit
c51b614822
2 changed files with 5 additions and 1 deletions
  1. 1 1
      README.md
  2. 4 0
      docs/updates.md

+ 1 - 1
README.md

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

+ 4 - 0
docs/updates.md

@@ -1,3 +1,7 @@
+## 3.0.23
+1. 修复轮询器重复start无效问题
+2. Interval其他优化
+
 ## 3.0.21
 Interval添加cancel函数用于取消计时器, 取消完成不会调用finish