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
Hi, thanks for your awesome library.
I can't import your library in my project, I got this error in my gradle console :
failed to resolve: support-core-utils
The text was updated successfully, but these errors were encountered:
Have you added allprojects { repositories { maven { url 'https://jitpack.io' } } } In your global build.gradle
The support libraries have moved. You need to add the Google maven repository to your project. Like below
allprojects { repositories { jcenter() google() } }
Sorry, something went wrong.
Yeah I've added google maven before
Hi moeinhawax, Still r u getting the same error.... please update
Thanks i will check it out
No branches or pull requests
Hi, thanks for your awesome library.
I can't import your library in my project, I got this error in my gradle console :
failed to resolve: support-core-utils
The text was updated successfully, but these errors were encountered: