Colors
Colors copied to clipboard
Failed to resolve: com.marverenic.colors:colors:1.1
repositories {
maven { url 'https://dl.bintray.com/marverenic/Colors' }
}
dependencies {
implementation 'com.marverenic.colors:colors:1.1'
}
I can't reproduce this. Try using jcenter()
instead of maven { ... }
.
Still persists
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.
Same problem for me:
implementation 'com.github.marverenic:colors:v1.1'
buildscript {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}