Browse Source

update: 3.4.10

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

+ 1 - 1
README.md

@@ -107,7 +107,7 @@ dependencyResolutionManagement {
 implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定)
 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
 implementation 'com.squareup.okhttp3:okhttp:4.9.3' // 要求OkHttp4以上
-implementation 'com.github.liangjingkanji:Net:3.4.8'
+implementation 'com.github.liangjingkanji:Net:3.4.10'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.76'

+ 6 - 0
docs/updates.md

@@ -1,3 +1,9 @@
+## 3.4.10
+- fix: [#91](https://github.com/liangjingkanji/Net/issues/91) 修复ViewPager2的视图生命周期导致网络请求被取消
+- fix: LogCat错误发生位置高亮
+- feat: brv 1.3.76
+- pref: DialogCoroutineScope
+
 ## 3.4.8
 - fix: 不提交null请求参数