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
zeropercenthappy committed Jul 23, 2018
2 parents ba6ee32 + 46c40c8 commit 60c2e81
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# RetrofitUtils

---

## Download

Step 1. Add the JitPack repository to your build file

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Step 2. Add the dependency

```
dependencies {
implementation 'com.github.zeropercenthappy:RetrofitUtils:1.0.0'
}
```

## Useage(TODO)

0 comments on commit 60c2e81

Please sign in to comment.