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

Commit

Permalink
Publish 2.5 to JCenter.
Browse files Browse the repository at this point in the history
  • Loading branch information
msdx committed Nov 2, 2015
1 parent 40af4ad commit 5c4b81c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You can include this project by [referencing it as a aar file][7] in gradle.
If you are a Gradle user you can easily include the library by specifying it as
a dependency:

compile 'com.githang:viewpagerindicator:2.4.2@aar'
compile 'com.githang:viewpagerindicator:2.5@aar'


For SNAPSHOT version, you need to declare oss-snapshot-local repository at first:
Expand All @@ -84,6 +84,7 @@ Then include it into your build.gradle:

compile 'com.githang:viewpagerindicator:2.5-SNAPSHOT@aar'

Note: Use snapshot repository may slow down the speed of gradle resolving dependencies if you use android support library.


This project depends on the `ViewPager` class which is available in the
Expand Down Expand Up @@ -145,4 +146,4 @@ License
[9]: https://raw.github.com/JakeWharton/Android-ViewPagerIndicator/master/sample/screens.png
[10]: https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample
[11]: https://github.com/msdx/ViewPagerIndicator/tree/msdx
[12]: https://bintray.com/msdx/maven/ViewPagerIndicator/_latestVersion
[12]: https://bintray.com/msdx/maven/ViewPagerIndicator/_latestVersion
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJ_GROUP=com.githang
PROJ_VERSION=2.5-SNAPSHOT
PROJ_VERSION=2.5
PROJ_NAME=ViewPagerIndicator
PROJ_WEBSITEURL=https://github.com/msdx/ViewPagerIndicator/tree/msdx
PROJ_ISSUETRACKERURL=https://github.com/JakeWharton/ViewPagerIndicator/issues
PROJ_VCSURL=https://github.com/msdx/ViewPagerIndicator/tree/msdx
PROJ_ARTIFACTID=viewpagerindicator
PROJ_ARTIFACTID=viewpagerindicator

0 comments on commit 5c4b81c

Please sign in to comment.