Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 332 Bytes

android

DatePicker first time

step 1 :
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

step 2:
Add the dependency:
dependencies {
compile 'com.github.allen252027913:android:4.0'
}