瀏覽代碼

Update 3.2.1

drake 2 年之前
父節點
當前提交
34ca65f314
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 1 1
      README.md
  2. 4 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.0'
+implementation 'com.github.liangjingkanji:Net:3.2.1'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.56'

+ 4 - 0
docs/updates.md

@@ -1,3 +1,7 @@
+## 3.2.1
+- Fixed [#76](https://github.com/liangjingkanji/Net/issues/76)
+- `RequestBody?.peekString()`函数接受者改为非可空类型
+
 ## 3.2.0
 - 更改tag相关函数
 - 更改`NetConfig.app`类型改为Context