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
aliab committed Nov 3, 2018
2 parents 82d5db2 + a1ff2d2 commit 139a155
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
implementation 'com.github.aliab:RTLMaterialSpinner:V1.0.1'
implementation 'com.github.aliab:RTLMaterialSpinner:1.2.0'
}
```

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.hamsaadev:RTLMaterialSpinner:V1.0.1'){
exclude group: 'com.nineoldandroids', module: 'library'
implementation ('com.github.hamsaadev:RTLMaterialSpinner:1.2.0'){
exclude group: 'com.android.support', module: 'appcompat-v7'
}
```
Expand Down

0 comments on commit 139a155

Please sign in to comment.