Use maven badges for the readme version
diff --git a/README.md b/README.md
index 66badba..922bf62 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@
 
 ```groovy
 dependencies {
-  implementation 'com.airbnb.android:lottie:2.5.5'
+  implementation 'com.airbnb.android:lottie:$lottieVersion'
 }
 ```
+The latest Lottie version is:
+![lottieVersion](https://maven-badges.herokuapp.com/maven-central/com.airbnb.android/lottie/badge.svg)
\ No newline at end of file
diff --git a/version.sh b/version.sh
index f234ac4..3db94a5 100755
--- a/version.sh
+++ b/version.sh
@@ -13,8 +13,6 @@
 
 sed -i '' "s/VERSION_NAME=.*/VERSION_NAME=$1/" gradle.properties
 
-sed -i '' "s/  compile 'com[.]airbnb[.]android[:]lottie[:].*'/  compile 'com\.airbnb\.android\:lottie\:$1'/" README.md
-
 git add -A
 git commit -m "v$1"
 git tag "v$1"