https://github.com/logisticinfotech/lidateutilityandroid
https://github.com/logisticinfotech/lidateutilityandroid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logisticinfotech/lidateutilityandroid
- Owner: logisticinfotech
- Created: 2019-04-04T10:31:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T14:27:04.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T07:10:15.814Z (about 1 year ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIDateUtilityAndroid
[](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'
}
```