This repository was archived by the owner on Apr 19, 2018. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ You can include this project by [referencing it as a aar file][7] in gradle.
73
73
If you are a Gradle user you can easily include the library by specifying it as
74
74
a dependency:
75
75
76
- compile 'com.githang:viewpagerindicator:2.4.2 @aar'
76
+ compile 'com.githang:viewpagerindicator:2.5 @aar'
77
77
78
78
79
79
For SNAPSHOT version, you need to declare oss-snapshot-local repository at first:
@@ -84,6 +84,7 @@ Then include it into your build.gradle:
84
84
85
85
compile 'com.githang:viewpagerindicator:2.5-SNAPSHOT@aar'
86
86
87
+ Note: Use snapshot repository may slow down the speed of gradle resolving dependencies if you use android support library.
87
88
88
89
89
90
This project depends on the ` ViewPager ` class which is available in the
@@ -145,4 +146,4 @@ License
145
146
[ 9 ] : https://raw.github.com/JakeWharton/Android-ViewPagerIndicator/master/sample/screens.png
146
147
[ 10 ] : https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample
147
148
[ 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
Original file line number Diff line number Diff line change 1
1
PROJ_GROUP =com.githang
2
- PROJ_VERSION =2.5-SNAPSHOT
2
+ PROJ_VERSION =2.5
3
3
PROJ_NAME =ViewPagerIndicator
4
4
PROJ_WEBSITEURL =https://github.com/msdx/ViewPagerIndicator/tree/msdx
5
5
PROJ_ISSUETRACKERURL =https://github.com/JakeWharton/ViewPagerIndicator/issues
6
6
PROJ_VCSURL =https://github.com/msdx/ViewPagerIndicator/tree/msdx
7
- PROJ_ARTIFACTID =viewpagerindicator
7
+ PROJ_ARTIFACTID =viewpagerindicator
You can’t perform that action at this time.
0 commit comments