Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tohodog committed Nov 27, 2019
2 parents 120e439 + 9c8f39c commit 5429439
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ QSHttp

### Gradle
```
//build.gradle
allprojects {
repositories {
maven {
url "https://jitpack.io"
}
}
}
dependencies {
implementation 'com.github.tohodog:QSHttp:1.4.4'
}
Expand Down

0 comments on commit 5429439

Please sign in to comment.