Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Update README.md #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ a dependency:
<type>apklib</type>
</dependency>

If you are a Gradle user you can easily include the library by specifying it in your gradle file:

repositories {
mavenCentral()
maven { url "http://dl.bintray.com/populov/maven" }
}

dependencies {
compile 'com.viewpagerindicator:library:2.4.1'
}

This project depends on the `ViewPager` class which is available in the
[Android Support Library][2] or [ActionBarSherlock][3]. Details for
including one of those libraries is available on their respecitve web sites.
Expand Down