Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Roumy committed Jun 23, 2023
1 parent 5ee6467 commit 1da868b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

A customizable date picker which support single date picker and range date picker.

# How to install

Add the following to your project level `build.gradle`:

```groovy
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
```

Add the dependancy to your module `build.gradle`:

```groovy
dependencies {
implementation 'com.github.playmoweb:MultiDatePicker:1.0.1'
}
```

# Example

![Basis](./doc/multiDatePicker.png)
Expand Down

0 comments on commit 1da868b

Please sign in to comment.