CircleProgress
CircleProgress copied to clipboard
compile 'com.github.lzyzsd:circleprogress:1.1.1' doesn't work , any help ?
compile 'com.github.lzyzsd:circleprogress:+'
this is working
thank you @AhmedNader65 :D
@AhmedNader65 it's working , but it's not including donut_inner_drawable , donut_circle_starting_degree :(
1.1.0 is the latest if you don't want to include incremental versions
yes , but they have to update they gradle
Solution
use compile 'com.github.lzyzsd:circleprogress:v1.1.1'
see #76 for more