From 4809da6032d257061e8b7e8101a6a310c6a5b40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Albertos?= Date: Tue, 18 Apr 2017 07:54:20 +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 f8fdfc8..2fd8da2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ allprojects { And add next dependencies in the build.gradle of the module: ```gradle dependencies { - compile 'com.github.VictorAlbertos:RxActivityResult:0.4.1-2.x' + compile 'com.github.VictorAlbertos:RxActivityResult:0.4.3-2.x' compile 'io.reactivex.rxjava2:rxjava:2.0.5' } ``` @@ -90,7 +90,7 @@ RxActivityResult.on(this).startIntentSender(pendingIntent.getIntentSender(), new ``` ## Examples -There is an example of RxActivityResult using both activity and fragment in the [app module](https://github.com/VictorAlbertos/RxActivityResult/tree/master/app) +There is an example of RxActivityResult using both activity and fragment in the [app module](https://github.com/VictorAlbertos/RxActivityResult/tree/2.x/app) ## Author **VĂ­ctor Albertos**