SlideDateTimePicker
SlideDateTimePicker copied to clipboard
how to gradle in android studio?
maven?
Just add this to your project(outside app) build.gradle....
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Then add this to your app build.gradle to pull the lib using jitpack:
compile 'com.github.jjobes:SlideDateTimePicker:v1.0.4'
you should write this on the README 👍
Oh my god.You are a handsome boy.