diff --git a/README.md b/README.md index 7620e78..d5d5135 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.4-2.x' + compile 'com.github.VictorAlbertos:RxActivityResult:0.4.5-2.x' compile 'io.reactivex.rxjava2:rxjava:2.0.5' } ```