Since today, you can easily use the android-square-progressbar with a working gradle environment. So to use it in your android project just simply add the following repository to your main gradle file:
allprojects {
repositories {
jcenter()
maven { url "https://jcenter.bintray.com" }
}
}
And then add the following dependency to your application module:
compile 'ch.halcyon:squareprogressbar:1.5.1'
You can find the repository on Bintray here: https://bintray.com/mrwonderman/maven/squareprogressbar
Leave a Reply