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 #3

Closed
Budincsevity opened this issue Jul 7, 2015 · 2 comments
Closed

Failed to resolve #3

Budincsevity opened this issue Jul 7, 2015 · 2 comments

Comments

@Budincsevity
Copy link

Hi!

Your library looks awesome, and I can't wait to use it in my project.

But when I try to add 'compile 'me.nlmartian.silkcal:silkcal:0.1.0'' to my build.grandle I got Failed to resolve: me.nlmartian.silkcal:silkcal:0.1.0 error.

allprojects {
repositories {
jcenter()
}
}

is in my global build.gradle file.

Thanks for your help!

@NLMartian
Copy link
Owner

The artifact name on jcenter configuration is different from the actual artifact name. It's correct now.
try compile 'me.nlmartian.silkcal:library:0.1.1'

@Budincsevity
Copy link
Author

Thanks, it's working now!

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