DEPRECATED: This library is no longer supported as the original library transitioned to using support fragments on version 4.0.0.
This is a fork of MaterialDateTimePicker which uses support lib fragments.
See the original repo for usage docs.
dependencies {
compile 'co.infinum:materialdatetimepicker-support:3.5.1'
}
git remote add upstream git@github.com:wdullaer/MaterialDateTimePicker.git
git fetch upstream
git rebase upstream/master
./gradlew :library:clean :library:build :library:generatePomFileForReleasePublication :library:bintrayUpload -PbintrayUser=<bintray username> -PbintrayKey=<bintray api key> -PdryRun=false