Skip to content

Commit f0dd2a2

Browse files
author
Chris Banes
committed
Update Manifests for v1.4.2
1 parent 020e89e commit f0dd2a2

3 files changed

Lines changed: 6 additions & 6 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="1410"
5-
android:versionName="1.4.1" >
4+
android:versionCode="1420"
5+
android:versionName="1.4.2" >
66

77
<application />
88

library/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.library"
4-
android:versionCode="1410"
5-
android:versionName="1.4.1" >
4+
android:versionCode="1420"
5+
android:versionName="1.4.2" >
66

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

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="1410"
5-
android:versionName="1.4.1" >
4+
android:versionCode="1420"
5+
android:versionName="1.4.2" >
66

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

0 commit comments

Comments
 (0)