diff --git a/README.md b/README.md index 5912e1e..a09e351 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ allprojects { #### Add dependency to app module level build.gradle ```groovy dependencies { - implementation 'com.github.RobertApikyan:LifecycleMvp:1.0.3' + implementation 'com.github.RobertApikyan:LifecycleMvp:1.0.4' } ``` ### Maven @@ -173,7 +173,7 @@ dependencies { com.github.RobertApikyan LifecycleMvp - 1.0.3 + 1.0.4 ```