Cannot resolve dependency
Opened this issue · 3 comments
UCDTtbot commented
As other issues have pointed out, still unable to resolve
:colorarcprogress:library:1.0.3
Only :library:1.0.1
avipars commented
same here
deepanshib commented
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" }
}
1-riverfish commented
That works!Thanks!