infinum / MaterialDateTimePicker

Pick a date or time on Android in style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material DateTime Picker - Select a time/date in style - SUPPORT LIB VERSION

Download

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.

Setup

dependencies {
  compile 'co.infinum:materialdatetimepicker-support:3.5.1'
}

Syncing changes from original repo

git remote add upstream git@github.com:wdullaer/MaterialDateTimePicker.git
git fetch upstream
git rebase upstream/master

Deploying a new version

./gradlew :library:clean :library:build :library:generatePomFileForReleasePublication :library:bintrayUpload -PbintrayUser=<bintray username> -PbintrayKey=<bintray api key> -PdryRun=false

About

Pick a date or time on Android in style

License:Apache License 2.0


Languages

Language:Java 100.0%