Skip to content

Commit

Permalink
bump version to 1.1.2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdumrauf committed Sep 20, 2017
1 parent 43e08a4 commit ca58c04
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 @@ -13,12 +13,12 @@ Add floating label text, hint and error messages.
Use this dependency in your build.gradle file to reference this library in your project

```groovy
compile 'com.github.ganfra:material-spinner:1.1.1'
compile 'com.github.ganfra:material-spinner:1.1.2'
```

If you use other libraries requiring nineoldandroids and appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them :
```groovy
compile ('com.github.ganfra:material-spinner:1.1.1'){
compile ('com.github.ganfra:material-spinner:1.1.2'){
exclude group: 'com.nineoldandroids', module: 'library'
exclude group: 'com.android.support', module: 'appcompat-v7'
}
Expand Down

0 comments on commit ca58c04

Please sign in to comment.