uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Gradle dependencies not found #76

Closed taojunpo closed 7 years ago

taojunpo commented 7 years ago

In the README.md the gradle dependencies is compile 'com.github.lzyzsd:circleprogress:1.1.1', but it doesn't work, I change it to compile 'com.github.lzyzsd:CircleProgress:v1.2.0', then it works. Please change this in the README.md file. Thanks for your contribution!

0xtuytuy commented 7 years ago

I have tried with compile 'com.github.lzyzsd:CircleProgress:v1.2.0' but it is still not working :/ EDIT:

here is the correct dependencies: compile 'com.github.lzyzsd:circleprogress:+'

Thanks to update it in the ReadMe plz

ghost commented 7 years ago

Thanks bro! keep telolet telolet om

yhznd commented 7 years ago

thanks mate!

odyodyodys commented 7 years ago

solution

Replace compile 'com.github.lzyzsd:circleprogress:1.1.1' with compile 'com.github.lzyzsd:circleprogress:v1.1.1'.

This is because jitpack.io wants tag as the last parameter and @lzyzsd's tag is v1.1.1 not 1.1.1.

uknownothingsnow commented 7 years ago

please use jitpack.io, thanks @odyodyodys I have changed the latese tag to 1.2.1, no v prefix now