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: com.github.mancj:MaterialSearchBar:0.7.1 #42

Closed
dinukapj opened this issue Jul 19, 2017 · 2 comments
Closed

Failed to resolve: com.github.mancj:MaterialSearchBar:0.7.1 #42

dinukapj opened this issue Jul 19, 2017 · 2 comments

Comments

@dinukapj
Copy link

I get this error when syncing the gradle after adding compile 'com.github.mancj:MaterialSearchBar:0.7.1' to my gradle. What's the reason for this?

Message:

Failed to resolve: com.github.mancj:MaterialSearchBar:0.7.1
@GitUser4732
Copy link
Contributor

GitUser4732 commented Jul 27, 2017

Did you perhaps forget this step?

add this code to the project level build.gradle file

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

@dinukapj
Copy link
Author

Yes that was the issue. Thank you @GitUser4732

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