Skip to content

Commit

Permalink
release v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
huxq17 committed Aug 1, 2020
1 parent a414e0d commit 51f0a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App module build.gradle:

```
dependencies {
implementation'com.huxq17.pump:download:1.3.9'
implementation'com.huxq17.pump:download:1.3.10'
implementation 'com.squareup.okhttp3:okhttp:lastversion'
}
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App模块的build.gradle:

```
dependencies {
implementation'com.huxq17.pump:download:1.3.9'
implementation'com.huxq17.pump:download:1.3.10'
implementation 'com.squareup.okhttp3:okhttp:lastversion'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.3.9
VERSION_NAME=1.3.10
GROUP=com.huxq17.pump
POM_NAME=A tool for android download,support BreakPoint,ultiTask and MultiThread.
POM_ARTIFACT_ID=download
Expand Down

0 comments on commit 51f0a31

Please sign in to comment.