Colors icon indicating copy to clipboard operation
Colors copied to clipboard

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

Open jrcacd opened this issue 7 years ago • 4 comments

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

dependencies {
implementation 'com.marverenic.colors:colors:1.1'
}

jrcacd avatar Oct 20 '17 10:10 jrcacd

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

marverenic avatar Oct 21 '17 17:10 marverenic

Still persists

jrcacd avatar Oct 24 '17 10:10 jrcacd

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.

marverenic avatar Oct 25 '17 18:10 marverenic

Same problem for me:

implementation 'com.github.marverenic:colors:v1.1'
buildscript {
    repositories {
        google()
        jcenter()
        maven {
            url "https://jitpack.io"
        }
    }

albetoetecnia avatar Oct 28 '19 17:10 albetoetecnia