Skip to content

Commit

Permalink
Update version in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Mar 8, 2017
1 parent e307ee6 commit aa0fe62
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 @@ -54,7 +54,7 @@ supporting API level 14 and up.
Add the following dependency to your module's `build.gradle`:
```groovy
dependencies {
compile 'com.philliphsu:bottomsheetpickers:2.3.1'
compile 'com.philliphsu:bottomsheetpickers:2.3.2'
}
```

Expand All @@ -63,7 +63,7 @@ you should exclude them from the library and keep those dependencies in your own
file.

```groovy
compile('com.philliphsu:bottomsheetpickers:2.3.1') {
compile('com.philliphsu:bottomsheetpickers:2.3.2') {
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'design'
exclude group: 'com.android.support', module: 'gridlayout-v7'
Expand Down

0 comments on commit aa0fe62

Please sign in to comment.