An open API service indexing awesome lists of open source software.

https://github.com/logisticinfotech/lidateutilityandroid


https://github.com/logisticinfotech/lidateutilityandroid

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# LIDateUtilityAndroid
[![](https://jitpack.io/v/logisticinfotech/LIDateUtilityAndroid.svg)](https://jitpack.io/#logisticinfotech/LIDateUtilityAndroid)

## Download

###### use Gradle:
Add it in your root build.gradle at the end of repositories:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency
```
dependencies {
implementation 'com.github.logisticinfotech:LIDateUtilityAndroid:Tag'
}
```