Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deano2390/MaterialShowcaseView
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Aug 24, 2015
2 parents 87cb473 + 5ba8465 commit 372981b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 372981b

Please sign in to comment.