Skip to content

Commit aa0fe62

Browse files
committed
Update version in readme.
1 parent e307ee6 commit aa0fe62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ supporting API level 14 and up.
5454
Add the following dependency to your module's `build.gradle`:
5555
```groovy
5656
dependencies {
57-
compile 'com.philliphsu:bottomsheetpickers:2.3.1'
57+
compile 'com.philliphsu:bottomsheetpickers:2.3.2'
5858
}
5959
```
6060

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

6565
```groovy
66-
compile('com.philliphsu:bottomsheetpickers:2.3.1') {
66+
compile('com.philliphsu:bottomsheetpickers:2.3.2') {
6767
exclude group: 'com.android.support', module: 'appcompat-v7'
6868
exclude group: 'com.android.support', module: 'design'
6969
exclude group: 'com.android.support', module: 'gridlayout-v7'

0 commit comments

Comments
 (0)