MaterialDateTimePicker v2.3.0
Changes
Features
Fixed #180 - minTime and maxTime now also filter down selectableTimes (which means you can now limit setInterval using minTime and maxTime)
Bug Fixes
Fixed #174 - Selected time would not be updated when swiping over the timepicker
Fixed #179 - 12pm would not be marked as selectable when using setSelectableTimes
Fixes #170 / Fixes #181 - Explicitly make the accentColor fully opaque
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:2.3.0'
}