Browse Source

update 3.0.6

drake 3 years ago
parent
commit
2f6b23b4b9
2 changed files with 5 additions and 2 deletions
  1. 1 1
      README.md
  2. 4 1
      docs/updates.md

+ 1 - 1
README.md

@@ -88,7 +88,7 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
 // OkHttp(版本可自定)
 implementation "com.squareup.okhttp3:okhttp:4.9.1"
 // Net
-implementation 'com.github.liangjingkanji:Net:3.0.5'
+implementation 'com.github.liangjingkanji:Net:3.0.6'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.20'

+ 4 - 1
docs/updates.md

@@ -1,5 +1,8 @@
+## 3.0.6
+1. 所有Json解析框架都可以解析`List<UserModel>`等嵌套泛型数据结构: [特殊结构解析](convert-special.md)
+
 ## 3.0.5
-1. 修复Path编码问
+1. 修复Path编码问
 2. 上传File自动识别MediaType
 
 ## 3.0.4