From 8215912b06f25a2569714b36cd718aaa43d2687f Mon Sep 17 00:00:00 2001 From: Dean Wild Date: Tue, 2 Apr 2019 16:56:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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