Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Sep 15, 2015
1 parent 117bc79 commit 58818ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ Hawk provides:
- Save any type

###Add dependency
https://jitpack.io/#orhanobut/hawk/1.19
```groovy
compile 'com.orhanobut:hawk:1.18'
repositories {
// ...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.orhanobut:hawk:1.19'
}
```

If you want to have Rx features, make sure to add Rx dependency
Expand Down

0 comments on commit 58818ae

Please sign in to comment.