Skip to content

Commit

Permalink
发布1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiZhang committed Aug 1, 2018
1 parent d7cd89c commit d79f4d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ new RetrofitUtils.Builder(this).baseUrl(BASE_URL).addLog(true).cacheEnable(true)

| 版本 | 描述 |
| --- | ---- |
| [1.0.3][RetrofitClient1.0.3] | 开放retrofit对象,可自定义创建请求Service **2018-8-1** |
| [1.0.2][RetrofitClient1.0.2] | 分离下载封装,优化请求接口 **2018-7-5** |
| [1.0.1][RetrofitClient1.0.1] | 优化请求和新增异常处理 **2018-3-13** |
| [1.0.0][RetrofitClient1.0.0] | 创建网络请求:GET、POST、下载、上传 **2017-11-14** |
Expand All @@ -97,6 +98,7 @@ new RetrofitUtils.Builder(this).baseUrl(BASE_URL).addLog(true).cacheEnable(true)

<!-- 版本 -->

[RetrofitClient1.0.3]:https://bintray.com/veizhang/maven/retrofit/1.0.3
[RetrofitClient1.0.2]:https://bintray.com/veizhang/maven/retrofit/1.0.2
[RetrofitClient1.0.1]:https://bintray.com/veizhang/maven/retrofit/1.0.1
[RetrofitClient1.0.0]:https://bintray.com/veizhang/maven/retrofit/1.0.0
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'
artifactId = 'retrofit'
publishVersion = '1.0.2'
publishVersion = '1.0.3'
desc = 'Retrofit封装'
website = 'https://github.com/VeiZhang/RetrofitClient'
licences = ['Apache-2.0']
Expand Down

0 comments on commit d79f4d8

Please sign in to comment.