We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e307ee6 commit aa0fe62Copy full SHA for aa0fe62
README.md
@@ -54,7 +54,7 @@ supporting API level 14 and up.
54
Add the following dependency to your module's `build.gradle`:
55
```groovy
56
dependencies {
57
- compile 'com.philliphsu:bottomsheetpickers:2.3.1'
+ compile 'com.philliphsu:bottomsheetpickers:2.3.2'
58
}
59
```
60
@@ -63,7 +63,7 @@ you should exclude them from the library and keep those dependencies in your own
63
file.
64
65
66
-compile('com.philliphsu:bottomsheetpickers:2.3.1') {
+compile('com.philliphsu:bottomsheetpickers:2.3.2') {
67
exclude group: 'com.android.support', module: 'appcompat-v7'
68
exclude group: 'com.android.support', module: 'design'
69
exclude group: 'com.android.support', module: 'gridlayout-v7'
0 commit comments