Pinview icon indicating copy to clipboard operation
Pinview copied to clipboard

Could not resolve com.github.GoodieBag:Pinview:v1.3.

Open Onesimuscc8 opened this issue 7 years ago • 7 comments

Hi..

Please help me, why my project could not resolve this??

Onesimuscc8 avatar Aug 22 '18 06:08 Onesimuscc8

Any specific error you are getting? Please share your gradle console output

krishanudey avatar Aug 22 '18 06:08 krishanudey

Same here, Just updated my android studio. Failed to resolve: com.github.GoodieBag:Pinview:v1.3 Show in File Show in Project Structure dialog

praveenbbhati avatar Nov 19 '18 11:11 praveenbbhati

I am also facing the same problem

muhammedvilla85 avatar Dec 21 '18 11:12 muhammedvilla85

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.

Vatican-Cameos avatar Jan 07 '19 18:01 Vatican-Cameos

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

Azaria92 avatar Jan 10 '19 10:01 Azaria92

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

hobohobo02 avatar Feb 14 '19 03:02 hobohobo02

You must be adding maven { url 'https://jitpack.io' } in buildscript repositories . Add it to allprojects repositories

pycrash avatar Sep 21 '19 18:09 pycrash