ColorArcProgressBar
ColorArcProgressBar copied to clipboard
Cannot resolve dependency
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!