jpardogo / GoogleProgressBar

Android library to display progress like google does in some of his services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradle compile

chenhonggy opened this issue · comments

I want to know how to make compile like your project
dependencies {
compile 'com.jpardogo.googleprogressbar:library:(latest version)'
}

@chenhonggy When you need to look for the latest version of a library in maven central, you can check in gradle please. Here is the latest version for GoogleProgressBar.

If you want to know how to use gradle. These link can help you:

http://developer.android.com/sdk/installing/studio-build.html

http://tools.android.com/tech-docs/new-build-system/user-guide

http://rominirani.com/2014/07/28/gradle-tutorial-part-1-installation-setup/

Any other questions about it, should be ask in StackOverFlow and not in the issue tracker of the library. Thanks

I am sorry about it , anyway thanks

No problem, I hope It helped