Skip to content

Commit

Permalink
发布1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiZhang committed Aug 16, 2022
1 parent ee85be1 commit f27289c
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 @@ -177,6 +177,7 @@ compile project(':DownloaderLibrary')

| 版本 | 描述 |
| ------------------- | ------------------- |
| [1.2.1][DownloadLibrary1.2.1] | 优化下载流程 **2022-8-16** |
| [1.2.0][DownloadLibrary1.2.0] | 提升下载速度,增加设置项 **2018-7-4** |
| [1.1.0][DownloadLibrary1.1.0] | 注解监听任务 **2017-9-13** |
| [1.0.0][DownloadLibrary1.0.0] | 多任务单线程下载,临时下载文件长度保存断点记录 **2017-8-11** |
Expand All @@ -201,6 +202,7 @@ compile project(':DownloaderLibrary')

<!-- 版本 -->

[DownloadLibrary1.2.1]:https://bintray.com/veizhang/maven/downloader/1.2.1
[DownloadLibrary1.2.0]:https://bintray.com/veizhang/maven/downloader/1.2.0
[DownloadLibrary1.1.0]:https://bintray.com/veizhang/maven/downloader/1.1.0
[DownloadLibrary1.0.0]:https://bintray.com/veizhang/maven/downloader/1.0.0
2 changes: 1 addition & 1 deletion ext_bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
groupId = 'com.excellence'
publishVersion = '1.2.0-alpha'
publishVersion = '1.2.1'
desc = 'Android下载器'
website = 'https://github.com/VeiZhang/Downloader'
}

0 comments on commit f27289c

Please sign in to comment.