MaterialDateTimePicker v4.0.0
Changes
Breaking
Dropped support for API 14 and 15
Switched support library for androidx libraries
Fixed #451 - Changed implementation to use support fragments
Updated build.gradle syntax
Features
Fixed #485 - Cancel callback fires when hitting back button
Fixed #505 - Made default values in setInterval more intuitive
Fixed #457 - Read custom fonts as assets rather than resources
Fixed #303 - Added a few default implementations to DateRangeLimiter
Get it by upgrading your build.gradle
to
dependencies {
compile 'com.wdullaer:materialdatetimepicker:4.0.0'
}