Skip to content

Commit

Permalink
prepare android manifests for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
saik0 committed Nov 14, 2012
1 parent 4172f65 commit dcfdb0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.saik0.android.unifiedpreference.demo"
android:versionCode="1"
android:versionName="0.0.1" >
android:versionCode="3"
android:versionName="0.0.3" >

<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
Expand Up @@ -18,8 +18,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.saik0.android.unifiedpreference"
android:versionCode="1"
android:versionName="0.0.1" >
android:versionCode="3"
android:versionName="0.0.3" >

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

0 comments on commit dcfdb0c

Please sign in to comment.