Skip to content
New issue

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

failed to resolve: support-core-utils #14

Open
moeindev opened this issue Jun 2, 2018 · 4 comments
Open

failed to resolve: support-core-utils #14

moeindev opened this issue Jun 2, 2018 · 4 comments

Comments

@moeindev
Copy link

moeindev commented Jun 2, 2018

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

@dibakarece
Copy link
Owner

dibakarece commented Jun 2, 2018

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()
}
}

@moeindev
Copy link
Author

moeindev commented Jun 3, 2018

Yeah I've added google maven before

@dibakarece
Copy link
Owner

Hi moeinhawax,
Still r u getting the same error.... please update

@moeindev
Copy link
Author

moeindev commented Jun 4, 2018

Thanks i will check it out

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

No branches or pull requests

2 participants