From 58818aec6da3db6ba9e0fd6109b2a35d84936968 Mon Sep 17 00:00:00 2001 From: Orhan Obut Date: Tue, 15 Sep 2015 20:02:19 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa3533..92eaca0 100644 --- a/README.md +++ b/README.md @@ -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