diff --git a/README.md b/README.md index 4e21a6ac9..4a9f521c8 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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 \ No newline at end of file + [12]: https://bintray.com/msdx/maven/ViewPagerIndicator/_latestVersion diff --git a/library/gradle.properties b/library/gradle.properties index a7d6714bf..b2ffc67b1 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -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 \ No newline at end of file +PROJ_ARTIFACTID=viewpagerindicator