Browse Source

update 3.1.2

drake 3 years ago
parent
commit
299ed5bfc6
2 changed files with 6 additions and 1 deletions
  1. 1 1
      README.md
  2. 5 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.1.1'
+implementation 'com.github.liangjingkanji:Net:3.1.2'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.51'

+ 5 - 0
docs/updates.md

@@ -1,3 +1,8 @@
+## 3.1.2
+- 升级BRV至1.3.51, [其内部升级SmartRefreshLayout至2.0.5](https://github.com/liangjingkanji/BRV/issues/85). SmartRefreshLayout相关依赖需要迁移
+- Interval添加`onlyResumed`函数
+- Interval修改`life`函数参数为FragmentActivity情况下的自动取消轮询器的生命周期
+
 ## 3.1.1
 内嵌混淆规则, 不需要手动添加