diff --git a/README.md b/README.md index aaec361..7234a00 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ AXrLottie is available in the JCenter, so you just need to add it as a dependenc Gradle ```gradle -implementation 'com.aghajari.rlottie:AXrLottie:1.0.4' +implementation 'com.aghajari.rlottie:AXrLottie:1.0.5' ``` Maven @@ -79,7 +79,7 @@ Maven com.aghajari.rlottie AXrLottie - 1.0.4 + 1.0.5 pom ```