drake 3 år sedan
förälder
incheckning
49b20850c8
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 1 1
      README.md
  2. 5 0
      docs/updates.md

+ 1 - 1
README.md

@@ -102,7 +102,7 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 // Net
 // Net
-implementation 'com.github.liangjingkanji:Net:3.2.1'
+implementation 'com.github.liangjingkanji:Net:3.2.2'
 
 
 // 支持自动下拉刷新和缺省页的(可选)
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.56'
 implementation 'com.github.liangjingkanji:BRV:1.3.56'

+ 5 - 0
docs/updates.md

@@ -1,3 +1,8 @@
+## 3.2.2
+- Fixed [#77](https://github.com/liangjingkanji/Net/issues/77)
+- 修复gzip启用情况下载进度始终为0
+- `Progress.finish()`方法改为属性
+
 ## 3.2.1
 ## 3.2.1
 - Fixed [#76](https://github.com/liangjingkanji/Net/issues/76)
 - Fixed [#76](https://github.com/liangjingkanji/Net/issues/76)
 - `RequestBody?.peekString()`函数接受者改为非可空类型
 - `RequestBody?.peekString()`函数接受者改为非可空类型