Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 750271c

Browse files
committedApr 20, 2018
chore: upgrade version name(1.7.2->1.7.3) code(63->64)
1 parent 8577ea6 commit 750271c

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
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.3
6+
7+
_2018-04-20_
8+
9+
#### 修复
10+
11+
修复: 修复由于在下载结束时`fd`没有被主动释放,导致当有大量的任务被不断的发起执行时有可能引发的OOM问题。
12+
513
## Version 1.7.2
614

715
_2018-03-14_

‎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.3
6+
7+
_2018-04-20_
8+
9+
#### Fix
10+
11+
Fix: fix `fd` isn't released manually when download finished which may raise oom when there are a large number of tasks that are continuously initiated.
12+
513
## Version 1.7.2
614

715
_2018-03-14_

‎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-
compile 'com.liulishuo.filedownloader:library:1.7.2'
70+
implementation 'com.liulishuo.filedownloader:library:1.7.3'
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-
compile 'com.liulishuo.filedownloader:library:1.7.2'
34+
implementation 'com.liulishuo.filedownloader:library:1.7.3'
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.2
2-
VERSION_CODE=63
1+
VERSION_NAME=1.7.3
2+
VERSION_CODE=64
33
BUILD_TOOLS_VERSION=27.0.3
44
COMPILE_SDK_VERSION=27
55

0 commit comments

Comments
 (0)
Failed to load comments.