File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ### Version 0.1.2
4
+
5
+ - 优化线程消化能力
6
+ - 修复大队列任务暂停可能部分无效的问题
7
+ - 修复大队列并行下载时一定概率下载已经完成回调囤积延后回调的问题
8
+
3
9
### Version 0.1.1
4
10
5
11
- event线程区分敏捷线程池与其他线程池,减少资源冗余强制、内部稳定性以及消化能力与性能,
Original file line number Diff line number Diff line change 1
1
# FileDownloader
2
2
Android 文件下载引擎,稳定、高效、简单易用
3
3
4
- [ ![ Download] [ bintray_svg ] ] [ bintray_url ]
4
+ [ ![ Download] [ bintray_svg ]] [ bintray_url ]
5
5
![ ] [ file_downloader_svg ]
6
6
![ ] [ license_2_svg ]
7
7
@@ -51,7 +51,7 @@ Android 文件下载引擎,稳定、高效、简单易用
51
51
在项目中引用:
52
52
53
53
```
54
- compile 'com.liulishuo.filedownloader:library:0.1.1 '
54
+ compile 'com.liulishuo.filedownloader:library:0.1.2 '
55
55
```
56
56
57
57
#### 全局初始化在` Application.onCreate ` 中
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.1.1
2
- VERSION_CODE =4
1
+ VERSION_NAME =0.1.2
2
+ VERSION_CODE =5
3
3
BUILD_TOOLS_VERSION =23.0.1
4
4
COMPILE_SDK_VERSION =23
5
5
You can’t perform that action at this time.
0 commit comments