From a01ec53825f28c0f8d7f5fed56fcf8fbfd04172e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Albertos?= Date: Thu, 15 Sep 2016 11:27:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320e3a5..c06e472 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Mockery supporting Retrofit with responses of type `Observable` and `Observab ```gradle dependencies { - //RxJava1 + //RxJava1 compile 'com.github.VictorAlbertos.Mockery:extension_rx_retrofit:0.0.5' //RxJava2 compile 'com.github.VictorAlbertos.Mockery:extension_rx2_retrofit:0.0.5' @@ -501,4 +501,4 @@ Another author's libraries: ---------------------------------------- * [RxCache](https://github.com/VictorAlbertos/RxCache): Reactive caching library for Android and Java. * [RxActivityResult](https://github.com/VictorAlbertos/RxActivityResult): A reactive-tiny-badass-vindictive library to break with the OnActivityResult implementation as it breaks the observables chain. -* [RxSocialConnect](https://github.com/VictorAlbertos/RxSocialConnect-Android): OAuth RxJava extension for Android. \ No newline at end of file +* [RxSocialConnect](https://github.com/VictorAlbertos/RxSocialConnect-Android): OAuth RxJava extension for Android.