EasyDatePicker
Installation
Add this to project level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency into you app level build.gradle
dependencies {
implementation 'com.github.harunbekcan:EasyDatePicker:VersionName'
}