Shinelw/ColorArcProgressBar

Cannot resolve dependency

Opened this issue · 3 comments

As other issues have pointed out, still unable to resolve
:colorarcprogress:library:1.0.3

Only :library:1.0.1

same here

You need to add https://dl.bintray.com/shinelw/maven to your repositories in build.gradle:

repositories {
...
maven { url "https://dl.bintray.com/shinelw/maven" }
}

That works!Thanks!