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

Failed to resolve: com.marverenic.colors:colors:1.1 #2

Open
jrcacd opened this issue Oct 20, 2017 · 4 comments
Open

Failed to resolve: com.marverenic.colors:colors:1.1 #2

jrcacd opened this issue Oct 20, 2017 · 4 comments

Comments

@jrcacd
Copy link

jrcacd commented Oct 20, 2017

repositories {
 maven { url 'https://dl.bintray.com/marverenic/Colors' }
}

dependencies {
implementation 'com.marverenic.colors:colors:1.1'
}
@marverenic
Copy link
Collaborator

I can't reproduce this. Try using jcenter() instead of maven { ... }.

@jrcacd
Copy link
Author

jrcacd commented Oct 24, 2017

Still persists

@marverenic
Copy link
Collaborator

Can you make a sample project that demonstrates this and post a zip of it? I'm able to successfully use the library from JCenter.

@albetoetecnia
Copy link

albetoetecnia commented Oct 28, 2019

Same problem for me:

implementation 'com.github.marverenic:colors:v1.1'
buildscript {
    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

2 participants