Skip to content

Commit

Permalink
Update readme with version 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Feb 27, 2017
1 parent 6e6f244 commit b1f4e08
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.0'
compile 'com.philliphsu:bottomsheetpickers:2.3.1'
}
```

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.0') {
compile('com.philliphsu:bottomsheetpickers:2.3.1') {
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 b1f4e08

Please sign in to comment.