GoodieBag / Pinview

A pinview library for android. :sparkles:
MIT License
823 stars 115 forks source link

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

Open Onesimuscc8 opened 6 years ago

Onesimuscc8 commented 6 years ago

Hi..

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

krishanudey commented 6 years ago

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

praveenbbhati commented 5 years ago

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

muhammedvilla85 commented 5 years ago

I am also facing the same problem

Vatican-Cameos commented 5 years ago

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.

Azaria92 commented 5 years ago

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

hobohobo02 commented 5 years ago

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

pycrash commented 5 years ago

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