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
tr0l1k committed Nov 20, 2018
2 parents 3ef86c2 + 9d41ab1 commit 4beb83e
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 @@ -23,12 +23,12 @@ Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
implementation 'com.github.Moravec-Jan:MaterialSpinner:2.0.2'
implementation 'com.github.Moravec-Jan:MaterialSpinner:2.0.4'
}

If you use other libraries requiring appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them if you have issue at compile time :
```groovy
implementation ('com.github.Moravec-Jan:MaterialSpinner:2.0.2'){
implementation ('com.github.Moravec-Jan:MaterialSpinner:2.0.4'){
exclude group: 'com.android.support', module: 'appcompat-v7'
}
```
Expand Down

0 comments on commit 4beb83e

Please sign in to comment.