Skip to content

Commit c2ea399

Browse files
author
Tianhua Ran
committed
ci: release v1.7.7 for fix some issues
1 parent 5d40c26 commit c2ea399

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG-ZH.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
> [ Change log in english](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG.md)
44
5+
## Version 1.7.7
6+
7+
- 修复: FileDownloadThreadPool 可能会抛出 ArrayIndexOutOfBoundsException 和 ClassCastException。 closes #1258
8+
- 修复: 从 1.6.x 升级到 1.7.x 后恢复之前的下载任务时出现 416 错误。
9+
- 修复: Demo 中下载通知示例无法显示通知。closes #1224
10+
- 修复: blockComplete 可能会在主线程中回调。closes #1069
11+
- 修复: NoDatabaseImpl 中 SparseArray 非线程安全问题。closes #1225
12+
513
## Version 1.7.6
614

715
_2019-02-20_

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
> [中文迭代日志](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG-ZH.md)
44
5+
## Version 1.7.7
6+
7+
- Fix: FileDownloadThreadPool may throw ArrayIndexOutOfBoundsException & ClassCastException. closes #1258
8+
- Fix: Resume a task may occur 416 problem after upgrading from 1.6.x to 1.7.x.
9+
- Fix: Cannot show notification in demo. closes #1224
10+
- Fix: The callback blockComplete may be invoked in main thread.closes #1069
11+
- Fix: The thread unsafe problem of SparseArray in NoDatabaseImpl. closes #1225
12+
513
## Version 1.7.6
614

715
_2019-02-20_

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FileDownloader 1.7.6 已经在 demo 中处理了此问题。
8686
在项目中引用:
8787

8888
```groovy
89-
implementation 'com.liulishuo.filedownloader:library:1.7.6'
89+
implementation 'com.liulishuo.filedownloader:library:1.7.7'
9090
```
9191

9292
> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr
3232

3333
```groovy
3434
dependencies {
35-
implementation 'com.liulishuo.filedownloader:library:1.7.6'
35+
implementation 'com.liulishuo.filedownloader:library:1.7.7'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.7.7-SNAPSHOT
1+
VERSION_NAME=1.7.7
22
BUILD_TOOLS_VERSION=28.0.3
33
COMPILE_SDK_VERSION=28
44

0 commit comments

Comments
 (0)