Failed to resolve: com.github.shinelw.colorarcprogressbar:library:1.0.3
mostafaolyai opened this issue · 5 comments
mostafaolyai commented
when im set this gradle show to me this message...
tnx to help me !
boatengfrankenstein commented
I had to do it manually. Copy the ColorArcProgressBar.java to project and other dependent files such as the styles and attributes
johninvictus commented
This worked for me
compile 'com.github.shinelw:library:1.0.1
zhengguilin001 commented
me too!!!
zhengguilin001 commented
compile 'com.github.shinelw:library:1.0.1 能依赖 但是 一直占用cpu 内存一直飙升
alashow 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" }
}