Update BottomSheetPickers to v2.3.2.

This commit is contained in:
Phillip Hsu 2017-03-07 17:05:24 -08:00
parent 1f7bb5a9cf
commit a08e6347cb

View File

@ -90,7 +90,7 @@ dependencies {
compile 'com.android.support:gridlayout-v7:25.1.0'
compile 'com.android.support:cardview-v7:25.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
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'