소스 검색

update 3.0.5

drake 3 년 전
부모
커밋
f94a6bea8c
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md
  2. 4 0
      docs/updates.md

+ 1 - 1
README.md

@@ -89,7 +89,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.4'
+implementation 'com.github.liangjingkanji:Net:3.0.5'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.20'

+ 4 - 0
docs/updates.md

@@ -1,3 +1,7 @@
+## 3.0.5
+1. 修复Path编码问
+2. 上传File自动识别MediaType
+
 ## 3.0.4
 1. 添加MediaConst表示常用MediaType
 2. OkHttpBuilder添加`setErrorHandler`取代onError/onStateError: [全局错误处理](error-handle.md)