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

The gradle dependency is not working in android studio #16

Closed
parthvora25 opened this issue Jun 8, 2016 · 2 comments
Closed

The gradle dependency is not working in android studio #16

parthvora25 opened this issue Jun 8, 2016 · 2 comments

Comments

@parthvora25
Copy link

I did everything possible but its showing the message.

Failed to resolve: com.github.Cutta:TagView:c15dd8288a
Show in File
Show in Project Structure dialog

@Cutta
Copy link
Owner

Cutta commented Jun 9, 2016

I try it and It works. May be you put "jitpack" line wrong place.
You should put it in "repositories" block which is not in buildscript block.

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

@parthvora25
Copy link
Author

Thanks!!!

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