Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
1.14 release, support all screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Oct 25, 2014
1 parent 4647ff2 commit 7536a5e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy.installer"
android:versionCode="23"
android:versionName="1.13" >
android:versionCode="24"
android:versionName="1.14" >

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

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

<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand All @@ -34,4 +27,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 7536a5e

Please sign in to comment.