1
0
drake 2 жил өмнө
parent
commit
de469dc8f7
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md
  2. 3 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.10'
+implementation 'com.github.liangjingkanji:Net:3.4.11'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.79'

+ 3 - 0
docs/updates.md

@@ -1,3 +1,6 @@
+## 3.4.11
+- fix: 缺失trace请求方式 #99
+
 ## 3.4.10
 - fix: [#91](https://github.com/liangjingkanji/Net/issues/91) 修复ViewPager2的视图生命周期导致网络请求被取消
 - fix: LogCat错误发生位置高亮