瀏覽代碼

Update 3.2.2

drake 3 年之前
父節點
當前提交
49b20850c8
共有 2 個文件被更改,包括 6 次插入1 次删除
  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以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 // 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'

+ 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
 - Fixed [#76](https://github.com/liangjingkanji/Net/issues/76)
 - `RequestBody?.peekString()`函数接受者改为非可空类型