Skip to content

Commit f8128c1

Browse files
committed
chore: upgrade version name(1.7.3->1.7.4) code(64->65)
1 parent ff240b8 commit f8128c1

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG-ZH.md

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

33
> [ Change log in english](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG.md)
44
5+
## Version 1.7.4
6+
7+
_2018-05-19_
8+
9+
#### 修复
10+
11+
- 修复: 修复在Android 8或更高版本上,当应用在后台时,并且此时正在下载,但是下载服务的链接断开,此时尝试重新绑定的时候发生'IllegalStateException'的问题。closes #1017
12+
- 修复: 修复响应头带回来的文件名可能存在安全隐患的问题. closes #1028
13+
514
## Version 1.7.3
615

716
_2018-04-20_

CHANGELOG.md

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

33
> [中文迭代日志](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG-ZH.md)
44
5+
## Version 1.7.4
6+
7+
_2018-05-19_
8+
9+
#### Fix
10+
11+
- Fix: fix raise 'IllegalStateException' on Android 8+ when FileDownloader try to re-bind service after the connection with the service is lost on downloading state and the app is on the background. closes #1017
12+
- Fix: fix directory traversal vulnerability security issue. closes #1028
13+
514
## Version 1.7.3
615

716
_2018-04-20_

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
6767
在项目中引用:
6868

6969
```groovy
70-
implementation 'com.liulishuo.filedownloader:library:1.7.3'
70+
implementation 'com.liulishuo.filedownloader:library:1.7.4'
7171
```
7272

7373
> 如果是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
@@ -31,7 +31,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr
3131

3232
```groovy
3333
dependencies {
34-
implementation 'com.liulishuo.filedownloader:library:1.7.3'
34+
implementation 'com.liulishuo.filedownloader:library:1.7.4'
3535
}
3636
```
3737

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.7.3
2-
VERSION_CODE=64
1+
VERSION_NAME=1.7.4
2+
VERSION_CODE=65
33
BUILD_TOOLS_VERSION=27.0.3
44
COMPILE_SDK_VERSION=27
55

0 commit comments

Comments
 (0)