From 3caa934523086ad66883c673311c4e80d3a6252d Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 6 May 2016 17:29:42 +0200 Subject: [PATCH] build broke jitpack --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9772a01..9219d08 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This library does that. Not really. But it was a funny name, thought. Was it? ## Setup - Add the JitPack repository in your build.gradle (top level module): ```gradle allprojects { @@ -35,7 +34,7 @@ allprojects { And add next dependencies in the build.gradle of the module: ```gradle dependencies { - compile "com.github.FuckBoilerplate:RxPaparazzo:0.0.5" + compile "com.github.FuckBoilerplate:RxPaparazzo:0.0.6" compile "io.reactivex:rxjava:1.1.4" } ```