Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
YolandaCho committed Jun 27, 2019
1 parent 90ab4bf commit 35d0b7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QSHttp
### Gradle
```
dependencies {
implementation 'com.github.tohodog:QSHttp:1.4.1'
implementation 'com.github.tohodog:QSHttp:1.4.2'
}
```

Expand Down Expand Up @@ -146,7 +146,7 @@ https://api.reol.top/api_test
@Override
public void onProgress(long rwLen, long allLen, String mark) {
int i=rwLen * 100 / allLen ;//百分比
//mark 在传文件的时候为文件路径 其他无意义
//mark 参数名
}
@Override
Expand Down Expand Up @@ -268,6 +268,8 @@ https://api.reol.top/api_test
});
```
## Log
### v1.4.2(2019-06-27)
* 优化(进度监听,泛型)
### v1.4.1(2019-05-30)
* 增加PATCH,OPTIONS
* 优化泛型回调
Expand Down
2 changes: 1 addition & 1 deletion qshttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
targetSdkVersion
compileSdkVersion 28
versionCode 10
versionName "1.4.0"
versionName "1.4.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 35d0b7a

Please sign in to comment.