Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Apr 3, 2019
2 parents 800ef6e + 8215912 commit 66a14db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 66a14db

Please sign in to comment.