Skip to content

Commit

Permalink
Revert "Update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 3351274.
  • Loading branch information
Dean Wild committed Sep 1, 2015
1 parent 3351274 commit 29a51dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Then add the dependency to your module's build.gradle:

/app/build.gradle
```groovy
compile 'com.github.deano2390:AndroidCountryPicker:1.0.1'
compile 'com.github.deano2390:MaterialShowcaseView:1.0.5'
```

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:AndroidCountryPicker:1.0.1@aar'
compile 'com.github.deano2390:MaterialShowcaseView:1.0.5@aar'
```

# How to use
Expand Down

0 comments on commit 29a51dc

Please sign in to comment.