MaterialDateTimePicker v1.5.4
Changes
- Fixes #90 - Added option to show the year picker first
- Fixes #106 - Fixed bug that made it possible to select dates outside of valid selection range
- Fixes #95 - Datepicker would only correctly initialize after calling
newInstance()
- Fixes #101 - Improved rendering on small devices
Get it by upgrading your build.gradle to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:1.5.4'
}