Skip to content

Commit

Permalink
Update Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Jan 2, 2013
1 parent 424ed33 commit 21b9be7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions extras/PullToRefreshListFragment/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handmark.pulltorefresh.extras.listfragment"
android:versionCode="2100"
android:versionName="2.1" >
android:versionCode="2110"
android:versionName="2.1.1" >

<application />

Expand Down
4 changes: 2 additions & 2 deletions extras/PullToRefreshViewPager/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handmark.pulltorefresh.extras.viewpager"
android:versionCode="2100"
android:versionName="2.1" >
android:versionCode="2110"
android:versionName="2.1.1" >

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

Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handmark.pulltorefresh.library"
android:versionCode="2100"
android:versionName="2.1" >
android:versionCode="2110"
android:versionName="2.1.1" >

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

Expand Down
4 changes: 2 additions & 2 deletions sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.handmark.pulltorefresh.samples"
android:versionCode="2100"
android:versionName="2.1" >
android:versionCode="2110"
android:versionName="2.1.1" >

<uses-sdk
android:minSdkVersion="4"
Expand Down

0 comments on commit 21b9be7

Please sign in to comment.