Skip to content

srengty/ColorPickerView

Repository files navigation

Gradle

Add below codes to your root build.gradle file (not your module build.gradle file).

allprojects {
    repositories {
        jcenter()
    }
}

And add a dependency code to your module's build.gradle file.

dependencies {
    implementation "com.github.srengty:colorpickerview:1.0"
}

About

ColorPickerView that is easy to use.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages