From 3ea04b0c9103533da955dcde729a4dd39d8a8c7e Mon Sep 17 00:00:00 2001 From: Dean Wild Date: Tue, 18 Aug 2015 12:01:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 865a8e52..818081cb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Since Google introduced the Material design philosophy I have seen quite a few a [![jitpack][4]][5] -Add the jitpack repo to your your project's build.gradle at the end of repositories [Why?](#Why Jitpack) +Add the jitpack repo to your your project's build.gradle at the end of repositories [Why?](# Why Jitpack) /build.gradle ```groovy @@ -31,12 +31,12 @@ Then add the dependency to your module's build.gradle: /app/build.gradle ```groovy -compile 'com.github.deano2390:MaterialShowcaseView:1.0.3' +compile 'com.github.deano2390:MaterialShowcaseView:1.0.4' ``` 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.0.3@aar' +compile 'com.github.deano2390:MaterialShowcaseView:1.0.4@aar' ``` # How to use From 5ba8465d441a9c38668d45b0838b7ffd0e7e6cdc Mon Sep 17 00:00:00 2001 From: Dean Wild Date: Tue, 18 Aug 2015 12:40:16 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818081cb..fe2c6bf7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Since Google introduced the Material design philosophy I have seen quite a few a [![jitpack][4]][5] -Add the jitpack repo to your your project's build.gradle at the end of repositories [Why?](# Why Jitpack) +Add the jitpack repo to your your project's build.gradle at the end of repositories [Why?](#why-jitpack) /build.gradle ```groovy