0

I had created a library for android, pushed it to gitub, and build it with Jitpack. Now, my problem is, that Gradle cannot resolve my dependency (failed to resolve com.github.[…]) I tried to import the default android project from jitpack - it works. So my question is, what is wrong with my lib? https://www.github.com/ludev-studio/colorpicker-android

Thank you for your help!

Luxaaa
  • 41
  • 1
  • 6

1 Answers1

3

If you look at your Jitpack dashboard, you can see that all of your builds have failed: https://jitpack.io/#ludev-studio/colorpicker-android

Fix the errors in the logs, and then your library will be resolved correctly.

Sub 6 Resources
  • 1,674
  • 15
  • 31