ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Maven Central issue

Open kardani opened this issue 3 years ago • 1 comments

After switched to Maven Central I receive:

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

kardani avatar Aug 03 '21 13:08 kardani

@ 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

MarkusPorti avatar Sep 17 '21 09:09 MarkusPorti