Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

infinum/MaterialDateTimePicker

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%