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 1
1
Change Log
2
2
==========
3
3
4
- Version 2.4.0 * (In Development )*
5
- ------------------------------
4
+ Version 2.4.0 * (2012-09-06 )*
5
+ ----------------------------
6
6
7
7
* New ` IconPageIndicator ` ! Uses state-list images to represent pages.
8
8
* ` TabPageIndicator ` now supports icons via ` IconPagerAdapter ` interface.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ a dependency:
75
75
<dependency>
76
76
<groupId>com.viewpagerindicator</groupId>
77
77
<artifactId>library</artifactId>
78
- <version>2.3.1 </version>
78
+ <version>2.4.0 </version>
79
79
<type>apklib</type>
80
80
</dependency>
81
81
Original file line number Diff line number Diff line change 2
2
3
3
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
package =" com.viewpagerindicator"
5
- android : versionCode =" 50 "
6
- android : versionName =" 2.3.1 " >
5
+ android : versionCode =" 60 "
6
+ android : versionName =" 2.4.0 " >
7
7
8
8
<uses-sdk android : minSdkVersion =" 4" />
9
9
</manifest >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.viewpagerindicator.sample"
4
- android : versionCode =" 50 "
5
- android : versionName =" 2.3.1 " >
4
+ android : versionCode =" 60 "
5
+ android : versionName =" 2.4.0 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 4"
You can’t perform that action at this time.
0 commit comments