diff --git a/README.md b/README.md index 0e5f685c..434b3ec6 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ Then add the dependency to your module's build.gradle: /app/build.gradle ```groovy -compile 'com.github.deano2390:AndroidCountryPicker:1.0.1' +compile 'com.github.deano2390:MaterialShowcaseView:1.0.5' ``` 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:AndroidCountryPicker:1.0.1@aar' +compile 'com.github.deano2390:MaterialShowcaseView:1.0.5@aar' ``` # How to use