diff --git a/README.md b/README.md index d957a317..8192448b 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ Then add the dependency to your module's build.gradle: /app/build.gradle ```groovy -compile 'com.github.deano2390:MaterialShowcaseView:1.2.0' +compile 'com.github.deano2390:MaterialShowcaseView:1.3.0' ``` NOTE: Some people have mentioned that they needed to add the @aar suffix to get it to resolve from JitPack: ```groovy -compile 'com.github.deano2390:MaterialShowcaseView:1.2.0@aar' +compile 'com.github.deano2390:MaterialShowcaseView:1.3.0@aar' ``` # How to use