uknownothingsnow / CircleProgress

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

Failed to resolve: com.github.lzyzsd:circleprogress:1.1.1 #68

Closed theunreal closed 7 years ago

theunreal commented 7 years ago

Placing compile 'com.github.lzyzsd:circleprogress:1.1.1' in my gradle returns the following error:

Error:(30, 13) Failed to resolve: com.github.lzyzsd:circleprogress:1.1.1
<a href="openFile:C:/Users/home/AndroidStudioProjects/myproj/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

What's wrong?

GokulEpiphany commented 7 years ago

Use compile 'com.github.lzyzsd:circleprogress:1.1.0@aar' make sure u have jitpack.io in your repositories