Dhaval2404 / ColorPicker

🎨 Color Picker Library for Android
Apache License 2.0
277 stars 39 forks source link

Maven Central issue #19

Open kardani opened 3 years ago

kardani commented 3 years ago

After switched to Maven Central I receive:

Could not find com.github.dhaval2404:colorpicker:2.0.

MarkusPorti commented 3 years ago

@ kardani

After switched to Maven Central I receive:

Could not find com.github.dhaval2404:colorpicker:2.0.

You need to add

maven {
    url "https://jitpack.io"
}

under "repositories" in your project-build.gradle