jjobes / SlideDateTimePicker

A combined DatePicker and TimePicker in a DialogFragment for Android
Apache License 2.0
836 stars 235 forks source link

how to gradle in android studio? #14

Open longxianlin opened 8 years ago

longxianlin commented 8 years ago

maven?

eefret commented 8 years ago

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'
rignaneseleo commented 7 years ago

you should write this on the README 👍

jixiuy commented 1 year ago

Oh my god.You are a handsome boy.