Open Onesimuscc8 opened 6 years ago
Any specific error you are getting? Please share your gradle console output
Same here, Just updated my android studio.
Failed to resolve: com.github.GoodieBag:Pinview:v1.3 Show in File Show in Project Structure dialog
I am also facing the same problem
Did you guys make sure you used implementation
instead of compile
in your gradles ? I just updated it now. Please do let me know if that caused the error.
Yeah I can confirm that it is not working right now. I'm getting the same error message "Failed to resolve: com.github.GoodieBag:Pinview:v1.3 " I used that library in another app and it was working fine. I am using implementation instead of compile in my gradle
I add "maven { url 'https://jitpack.io' }" on my root build.gradle file at the end of repositories, and works fine for me, here is the link
You must be adding maven { url 'https://jitpack.io' } in buildscript repositories . Add it to allprojects repositories
Hi..
Please help me, why my project could not resolve this??