Skip to content

Commit

Permalink
发布2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiZhang committed Jan 30, 2021
1 parent a710120 commit 7e238c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ new RetrofitUtils.Builder(this).baseUrl(BASE_URL).addLog(true).cacheEnable(true)

| 版本 | 描述 |
| --- | ---- |
| [2.0.1][RetrofitClient2.0.1] | 新增post-upload文件接口 **2021-01-30** |
| [2.0.0][RetrofitClient2.0.0] | 升级rxjava -> rxjava2 **2018-12-29** |

<!-- 网站链接 -->
Expand All @@ -96,6 +97,7 @@ new RetrofitUtils.Builder(this).baseUrl(BASE_URL).addLog(true).cacheEnable(true)

<!-- 版本 -->

[RetrofitClient2.0.1]:https://bintray.com/veizhang/maven/retrofit2/2.0.1
[RetrofitClient2.0.0]:https://bintray.com/veizhang/maven/retrofit2/2.0.0


Expand All @@ -110,8 +112,6 @@ new RetrofitUtils.Builder(this).baseUrl(BASE_URL).addLog(true).cacheEnable(true)
批量上传
图文上传
New:
参数不能为空,要么设置"",否则会报错:java.lang.IllegalArgumentException: Query map contained null value for key
Expand Down
2 changes: 1 addition & 1 deletion retrofit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ publish {
userOrg = org
groupId = 'com.excellence.retrofit'
artifactId = 'retrofit2'
publishVersion = '2.0.0'
publishVersion = '2.0.1'
desc = 'Retrofit封装'
website = 'https://github.com/VeiZhang/RetrofitClient'
licences = ['Apache-2.0']
Expand Down

0 comments on commit 7e238c3

Please sign in to comment.