From 8bb5d14e20b12723ba7ec065db02ffa1b522aeeb Mon Sep 17 00:00:00 2001 From: miguelbcr Date: Tue, 17 Jan 2017 09:55:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eebb4c..429506e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ allprojects { And add next dependencies in the build.gradle of the module: ```gradle dependencies { - compile "com.github.miguelbcr:RxPaparazzo:0.4.2" + compile "com.github.miguelbcr:RxPaparazzo:0.4.3" compile 'io.reactivex:rxandroid:1.2.1' } ``` @@ -53,7 +53,7 @@ allprojects { And add next dependencies in the build.gradle of the module: ```gradle dependencies { - compile "com.github.miguelbcr:RxPaparazzo:0.4.2-2.x" + compile "com.github.miguelbcr:RxPaparazzo:0.4.3-2.x" compile 'io.reactivex.rxjava2:rxandroid:2.0.1' } ```