Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Failed to resolve: com.github.QuadFlask:colorpicker:0.0.13 #112

Open
DipeshChouhan opened this issue Jul 26, 2019 · 3 comments
Open

Comments

@DipeshChouhan
Copy link

No description provided.

@mspitzna
Copy link

Same problem for me.

@caizhixing
Copy link

Did you forget this?
allprojects { repositories { maven { url "https://jitpack.io" } } }

@Nasib555
Copy link

Nasib555 commented Apr 4, 2020

I was facing the same issue but....
buildscript {

repositories {
    google()
    jcenter()
maven { url "https://jitpack.io" }
}

this was the problem....

fixed by doing this
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants