Skip to content

Commit 1bdfbdf

Browse files
author
Chris Banes
committed
Update Manifest versions.
1 parent 4fe07fa commit 1bdfbdf

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

extras/PullToRefreshListFragment/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.extras.listfragment"
4-
android:versionCode="1"
5-
android:versionName="1.0" >
4+
android:versionCode="1410"
5+
android:versionName="1.4.1" >
66

77
<application />
88

library/AndroidManifest.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.library"
4-
android:versionCode="1330"
5-
android:versionName="1.3.3" >
4+
android:versionCode="1410"
5+
android:versionName="1.4.1" >
66

7-
<uses-sdk
8-
android:minSdkVersion="4" />
7+
<uses-sdk android:minSdkVersion="4" />
98

109
<application />
1110

sample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.samples"
4-
android:versionCode="1400"
5-
android:versionName="1.4.0" >
4+
android:versionCode="1410"
5+
android:versionName="1.4.1" >
66

77
<uses-sdk
88
android:minSdkVersion="4"

0 commit comments

Comments
 (0)