Luxaaa
Luxaaa

Reputation: 41

Gradle cannot resolve github dependency

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!

Upvotes: 0

Views: 1025

Answers (1)

Sub 6 Resources
Sub 6 Resources

Reputation: 1752

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.

Upvotes: 3

Related Questions