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

Commit 5c4b81c

Browse files
committed
Publish 2.5 to JCenter.
1 parent 40af4ad commit 5c4b81c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can include this project by [referencing it as a aar file][7] in gradle.
7373
If you are a Gradle user you can easily include the library by specifying it as
7474
a dependency:
7575

76-
compile 'com.githang:viewpagerindicator:2.4.2@aar'
76+
compile 'com.githang:viewpagerindicator:2.5@aar'
7777

7878

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

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

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

8889

8990
This project depends on the `ViewPager` class which is available in the
@@ -145,4 +146,4 @@ License
145146
[9]: https://raw.github.com/JakeWharton/Android-ViewPagerIndicator/master/sample/screens.png
146147
[10]: https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample
147148
[11]: https://github.com/msdx/ViewPagerIndicator/tree/msdx
148-
[12]: https://bintray.com/msdx/maven/ViewPagerIndicator/_latestVersion
149+
[12]: https://bintray.com/msdx/maven/ViewPagerIndicator/_latestVersion

library/gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJ_GROUP=com.githang
2-
PROJ_VERSION=2.5-SNAPSHOT
2+
PROJ_VERSION=2.5
33
PROJ_NAME=ViewPagerIndicator
44
PROJ_WEBSITEURL=https://github.com/msdx/ViewPagerIndicator/tree/msdx
55
PROJ_ISSUETRACKERURL=https://github.com/JakeWharton/ViewPagerIndicator/issues
66
PROJ_VCSURL=https://github.com/msdx/ViewPagerIndicator/tree/msdx
7-
PROJ_ARTIFACTID=viewpagerindicator
7+
PROJ_ARTIFACTID=viewpagerindicator

0 commit comments

Comments
 (0)