diff --git a/README.md b/README.md index 58ccd17..624ccf9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { And add next dependencies in the build.gradle of the module: ```gradle dependencies { - compile "com.github.VictorAlbertos:RxActivityResult:0.2.2" + compile "com.github.VictorAlbertos:RxActivityResult:0.2.3" compile "io.reactivex:rxjava:1.1.0" } ```