-
Notifications
You must be signed in to change notification settings - Fork 324
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
Gradle: Failed to resolve: com.fivehundredpx:blurringview:1.0.0 #26
Comments
+1 |
1 similar comment
+1 |
I found it, you have to add this code in app/build.gradle `android { repositories { dependencies { buildscript { |
first build.gradle :
second build.gradle :
|
repositories { dependencies { |
I put:
in the gradle file but it says "
Failed to resolve: com.fivehundredpx:blurringview:1.0.0
"Am I doing something wrong?
The text was updated successfully, but these errors were encountered: