Skip to content

Commit c6a8098

Browse files
committed
chore: upgrade version name(1.7.0->1.7.1) code(61->62)
1 parent cc3dd21 commit c6a8098

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

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.1
6+
7+
_2018-02-05_
8+
9+
#### 修复
10+
11+
- 修复: 修复当后端不支持`HEAD`方法的时候,返回`405`响应状态导致下载失败的问题。 close #942
12+
513
## Version 1.7.0
614

715
_2018-02-01_

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.1
6+
7+
_2018-02-05_
8+
9+
#### Fix
10+
11+
- Fix: fix download failed with 405 response code when backend can't support `HEAD` method. close #942
12+
513
## Version 1.7.0
614

715
_2018-02-01_

README-zh.md

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

6161
```groovy
62-
compile 'com.liulishuo.filedownloader:library:1.7.0'
62+
compile 'com.liulishuo.filedownloader:library:1.7.1'
6363
```
6464

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

2727
```groovy
2828
dependencies {
29-
compile 'com.liulishuo.filedownloader:library:1.7.0'
29+
compile 'com.liulishuo.filedownloader:library:1.7.1'
3030
}
3131
```
3232

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.0
2-
VERSION_CODE=61
1+
VERSION_NAME=1.7.1
2+
VERSION_CODE=62
33
BUILD_TOOLS_VERSION=26.0.2
44
COMPILE_SDK_VERSION=26
55

0 commit comments

Comments
 (0)