Browse Source

Update 3.3.1

drake 2 years ago
parent
commit
4573c4530e
2 changed files with 6 additions and 1 deletions
  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.3.0'
+implementation 'com.github.liangjingkanji:Net:3.3.1'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.58'

+ 5 - 0
docs/updates.md

@@ -1,3 +1,8 @@
+## 3.3.1
+废弃部分日志相关函数
+新增Net.debug日志输出函数
+修复Query编码问题
+
 ## 3.3.0
 - 删除Callback/onResult(破坏性迁移)
 - 删除requestById/requestByGroup(破坏性迁移)