This repository was archived by the owner on Apr 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
7373If you are a Gradle user you can easily include the library by specifying it as
7474a dependency:
7575
76- compile 'com.githang:viewpagerindicator:2.4.2 @aar'
76+ compile 'com.githang:viewpagerindicator:2.5 @aar'
7777
7878
7979For 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
8990This 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
Original file line number Diff line number Diff line change 11PROJ_GROUP =com.githang
2- PROJ_VERSION =2.5-SNAPSHOT
2+ PROJ_VERSION =2.5
33PROJ_NAME =ViewPagerIndicator
44PROJ_WEBSITEURL =https://github.com/msdx/ViewPagerIndicator/tree/msdx
55PROJ_ISSUETRACKERURL =https://github.com/JakeWharton/ViewPagerIndicator/issues
66PROJ_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