Shinelw/ColorArcProgressBar

Failed to resolve: com.github.shinelw.colorarcprogressbar:library:1.0.3

mostafaolyai opened this issue · 5 comments

when im set this gradle show to me this message...
tnx to help me !

I had to do it manually. Copy the ColorArcProgressBar.java to project and other dependent files such as the styles and attributes

This worked for me

compile 'com.github.shinelw:library:1.0.1

me too!!!

compile 'com.github.shinelw:library:1.0.1 能依赖 但是 一直占用cpu 内存一直飙升

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" }
}