Skip to content

Commit

Permalink
ci: release v1.7.7 for fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhua Ran committed Oct 11, 2019
1 parent 5d40c26 commit c2ea399
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-ZH.md
Expand Up @@ -2,6 +2,14 @@

> [ Change log in english](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG.md)
## Version 1.7.7

- 修复: FileDownloadThreadPool 可能会抛出 ArrayIndexOutOfBoundsException 和 ClassCastException。 closes #1258
- 修复: 从 1.6.x 升级到 1.7.x 后恢复之前的下载任务时出现 416 错误。
- 修复: Demo 中下载通知示例无法显示通知。closes #1224
- 修复: blockComplete 可能会在主线程中回调。closes #1069
- 修复: NoDatabaseImpl 中 SparseArray 非线程安全问题。closes #1225

## Version 1.7.6

_2019-02-20_
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

> [中文迭代日志](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG-ZH.md)
## Version 1.7.7

- Fix: FileDownloadThreadPool may throw ArrayIndexOutOfBoundsException & ClassCastException. closes #1258
- Fix: Resume a task may occur 416 problem after upgrading from 1.6.x to 1.7.x.
- Fix: Cannot show notification in demo. closes #1224
- Fix: The callback blockComplete may be invoked in main thread.closes #1069
- Fix: The thread unsafe problem of SparseArray in NoDatabaseImpl. closes #1225

## Version 1.7.6

_2019-02-20_
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Expand Up @@ -86,7 +86,7 @@ FileDownloader 1.7.6 已经在 demo 中处理了此问题。
在项目中引用:

```groovy
implementation 'com.liulishuo.filedownloader:library:1.7.6'
implementation 'com.liulishuo.filedownloader:library:1.7.7'
```

> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr

```groovy
dependencies {
implementation 'com.liulishuo.filedownloader:library:1.7.6'
implementation 'com.liulishuo.filedownloader:library:1.7.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=1.7.7-SNAPSHOT
VERSION_NAME=1.7.7
BUILD_TOOLS_VERSION=28.0.3
COMPILE_SDK_VERSION=28

Expand Down

0 comments on commit c2ea399

Please sign in to comment.