Skip to content

Commit

Permalink
v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westcripp committed Mar 6, 2014
1 parent 762c174 commit d599611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.resurrection.remix"
android:versionCode="5"
android:versionName="5.0" >
android:versionCode="7"
android:versionName="7.0" >

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

<uses-permission android:name="android.permission.SET_WALLPAPER" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Dialog.NoActionBar" android:persistent="false" android:permission="android.permission.SET_WALLPAPER" android:allowTaskReparenting="false">
android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light" android:persistent="false" android:permission="android.permission.SET_WALLPAPER" android:allowTaskReparenting="false">
<activity
android:name="Wallpaper"
android:label="@string/app_name" android:launchMode="singleTop" android:configChanges="uiMode">
Expand Down
6 changes: 3 additions & 3 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.resurrection.remix"
android:versionCode="5"
android:versionName="5.0" >
android:versionCode="7"
android:versionName="7.0" >

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

<uses-permission android:name="android.permission.SET_WALLPAPER" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Dialog.NoActionBar" android:persistent="false" android:permission="android.permission.SET_WALLPAPER" android:allowTaskReparenting="false">
android:label="@string/app_name" android:theme="@android:style/Theme.Holo.Light" android:persistent="false" android:permission="android.permission.SET_WALLPAPER" android:allowTaskReparenting="false">
<activity
android:name="Wallpaper"
android:label="@string/app_name" android:launchMode="singleTop" android:configChanges="uiMode">
Expand Down

0 comments on commit d599611

Please sign in to comment.