Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

ERROR: Failed to resolve: com.github.garretyoder:Colorful:2.3.4 #48

Open
superdiazzz opened this issue Oct 7, 2019 · 1 comment
Open

Comments

@superdiazzz
Copy link

I followed all the step ofI implement for current version to my kotlin project
implementation 'com.github.garretyoder:Colorful:2.3.4'
But always failed to build the library.

@defvs
Copy link

defvs commented Jun 28, 2020

Did you add the correct maven repo ?

Add jitpack to your maven sources

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

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

No branches or pull requests

2 participants