- A minimalist three-part date picker with a configurable range.
- ISC license
Install the Android SDK.
$ ./gradlew clean assemble check
If the above fails, it's a bug. Report it!
Use the following Maven or Gradle dependencies, replacing ${LATEST_VERSION_HERE}
with
whatever is the latest version published to Maven Central:
<!-- API -->
<dependency>
<groupId>one.irradia.datepicker</groupId>
<artifactId>one.irradia.datepicker.views</artifactId>
<version>${LATEST_VERSION_HERE}</version>
</dependency>
repositories {
mavenCentral()
}
implementation "one.irradia.datepicker:one.irradia.datepicker.views:${LATEST_VERSION_HERE}"
All irradia.one packages obey Semantic Versioning
once they reach version 1.0.0
.