File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- Version 2.4.0 * (In Development )*
5- ------------------------------
4+ Version 2.4.0 * (2012-09-06 )*
5+ ----------------------------
66
77 * New ` IconPageIndicator ` ! Uses state-list images to represent pages.
88 * ` TabPageIndicator ` now supports icons via ` IconPagerAdapter ` interface.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ a dependency:
7575 <dependency>
7676 <groupId>com.viewpagerindicator</groupId>
7777 <artifactId>library</artifactId>
78- <version>2.3.1 </version>
78+ <version>2.4.0 </version>
7979 <type>apklib</type>
8080 </dependency>
8181
Original file line number Diff line number Diff line change 22
33<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
44 package =" com.viewpagerindicator"
5- android : versionCode =" 50 "
6- android : versionName =" 2.3.1 " >
5+ android : versionCode =" 60 "
6+ android : versionName =" 2.4.0 " >
77
88 <uses-sdk android : minSdkVersion =" 4" />
99</manifest >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.viewpagerindicator.sample"
4- android : versionCode =" 50 "
5- android : versionName =" 2.3.1 " >
4+ android : versionCode =" 60 "
5+ android : versionName =" 2.4.0 " >
66
77 <uses-sdk
88 android : minSdkVersion =" 4"
You can’t perform that action at this time.
0 commit comments