Skip to content

Commit

Permalink
chore: upgrade version name(1.5.2->1.5.3) code(43-44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jun 8, 2017
1 parent bc068f0 commit 3c754b2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

_2017-06-08_

#### 修复

- 修复(crash): 修复在计算平均速度的过程中`connected``completed`几乎同时回调时发生`divide by zero`异常的问题。 Refs #601
- 修复(crash): 修复触发暂停的同时,`FetchDataTask`已经被创建并请求执行,但是还没有来得及被执行,导致NPE奔溃的问题。 Closes #601

## Version 1.5.2

_2017-06-07_
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

_2017-06-08_

#### Fix

- Fix(crash): Fix divide by zero on calculating average speed when download completed and connected at the same time. Refs #601
- Fix(crash): Fix raise NPE crash when you require pause the task between executed the fetch-data-task and fetch-data-task has not yet started. Closes #601

## Version 1.5.2

_2017-06-07_
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
在项目中引用:

```groovy
compile 'com.liulishuo.filedownloader:library:1.5.2'
compile 'com.liulishuo.filedownloader:library:1.5.3'
```

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

```groovy
dependencies {
compile 'com.liulishuo.filedownloader:library:1.5.2'
compile 'com.liulishuo.filedownloader:library:1.5.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.2
VERSION_CODE=43
VERSION_NAME=1.5.3
VERSION_CODE=44
BUILD_TOOLS_VERSION=25.0.0
COMPILE_SDK_VERSION=25

Expand Down

0 comments on commit 3c754b2

Please sign in to comment.