Skip to content

Commit edcb004

Browse files
committed
upgrade version name(0.1.1 -> 0.1.2) code(4 -> 5)
1 parent 30c0c1a commit edcb004

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
### Version 0.1.2
4+
5+
- 优化线程消化能力
6+
- 修复大队列任务暂停可能部分无效的问题
7+
- 修复大队列并行下载时一定概率下载已经完成回调囤积延后回调的问题
8+
39
### Version 0.1.1
410

511
- event线程区分敏捷线程池与其他线程池,减少资源冗余强制、内部稳定性以及消化能力与性能,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FileDownloader
22
Android 文件下载引擎,稳定、高效、简单易用
33

4-
[ ![Download][bintray_svg] ][bintray_url]
4+
[![Download][bintray_svg]][bintray_url]
55
![][file_downloader_svg]
66
![][license_2_svg]
77

@@ -51,7 +51,7 @@ Android 文件下载引擎,稳定、高效、简单易用
5151
在项目中引用:
5252

5353
```
54-
compile 'com.liulishuo.filedownloader:library:0.1.1'
54+
compile 'com.liulishuo.filedownloader:library:0.1.2'
5555
```
5656

5757
#### 全局初始化在`Application.onCreate`

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.1.1
2-
VERSION_CODE=4
1+
VERSION_NAME=0.1.2
2+
VERSION_CODE=5
33
BUILD_TOOLS_VERSION=23.0.1
44
COMPILE_SDK_VERSION=23
55

0 commit comments

Comments
 (0)