Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Yannick Signer edited this pageAug 28, 2017 ·25 revisions

Gradle

This library now works with gradle and will soon be available on the central maven repository. For the moment, it's on jCenter atBintray. 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'}

Where can I find some example code? / How do I use this?

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

How do I contribute? / I found a bug!

See the following page for more informationHow To Contribute.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp