File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.3.1 * (2012-05-19)*
5
+ ----------------------------
6
+
7
+ * Fix: Corrected filename with erroneous lowercase letter.
8
+
9
+
4
10
Version 2.3.0 * (2012-05-19)*
5
11
----------------------------
6
12
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ a dependency:
78
78
<dependency>
79
79
<groupId>com.viewpagerindicator</groupId>
80
80
<artifactId>library</artifactId>
81
- <version>2.3.0 </version>
81
+ <version>2.3.1 </version>
82
82
<type>apklib</type>
83
83
</dependency>
84
84
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 =" 30 "
6
- android : versionName =" 2.2.3 " >
5
+ android : versionCode =" 50 "
6
+ android : versionName =" 2.3.1 " >
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 =" 30 "
5
- android : versionName =" 2.2.3 " >
4
+ android : versionCode =" 50 "
5
+ android : versionName =" 2.3.1 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 4"
You can’t perform that action at this time.
0 commit comments