Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deano2390 committed Apr 18, 2019
1 parent f2ec8f6 commit d488f23
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.3.3'
compile 'com.github.deano2390:MaterialShowcaseView:1.3.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.3.3@aar'
compile 'com.github.deano2390:MaterialShowcaseView:1.3.4@aar'
```

# How to use
Expand Down

0 comments on commit d488f23

Please sign in to comment.