http://stackoverflow.com/questions/21130003/using-viewpagerindicator-library-with-android-studio-and-gradle
http://blog.haunted-soft.com/2013/10/viewpagerindicator-aar-packaged.html
https://github.com/pandanomic/SUREwalk_android
http://dl.bintray.com/populov/maven/com/viewpagerindicator/library/
you can download jar file (2nd link above) and add to your project or check out the project above to use
repositories {
maven { url "http://dl.bintray.com/populov/maven" }
mavenCentral()
maven { url 'http://download.crashlytics.com/maven' }
}
No comments:
Post a Comment