-
Notifications
You must be signed in to change notification settings - Fork 285
Home
Yannick Signer edited this page Aug 28, 2017
·
25 revisions
This library now works with gradle and will soon be available on the central maven repository. For the moment, it's on jCenter at Bintray. Just add the following repository to your root build.gradle:
allprojects {
repositories {
jcenter()
maven { url "https://jcenter.bintray.com" }
}
}
Then in your app build.gradle:
dependencies {
// other repos ...
compile 'ch.halcyon:squareprogressbar:1.6.3'
}
You can find the general usage with all the possibilities here: Usage
If you want some examples that you can copy&paste then check this page: Examples
See the following page for more information How To Contribute.