We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repositories { maven { url 'https://dl.bintray.com/marverenic/Colors' } } dependencies { implementation 'com.marverenic.colors:colors:1.1' }
The text was updated successfully, but these errors were encountered:
I can't reproduce this. Try using jcenter() instead of maven { ... }.
jcenter()
maven { ... }
Sorry, something went wrong.
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" } }
No branches or pull requests
The text was updated successfully, but these errors were encountered: