SlideDateTimePicker icon indicating copy to clipboard operation
SlideDateTimePicker copied to clipboard

how to gradle in android studio?

Open longxianlin opened this issue 9 years ago • 3 comments

maven?

longxianlin avatar Dec 11 '15 14:12 longxianlin

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'

eefret avatar Jan 12 '16 19:01 eefret

you should write this on the README 👍

rignaneseleo avatar Dec 09 '16 15:12 rignaneseleo

Oh my god.You are a handsome boy.

jixiuy avatar Feb 26 '23 08:02 jixiuy