update all the manifests!

This commit is contained in:
Nathan Freitas 2014-11-29 00:54:33 -05:00
parent 68c123749e
commit b7fcbdc4e8
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="14.1.3-PIE"
android:versionCode="131"
android:versionName="14.1.4-noPIE"
android:versionCode="132"
android:installLocation="auto"
>
@ -19,18 +19,18 @@
android:label="@string/app_name"
android:description="@string/app_description"
android:configChanges="locale|orientation|screenSize"
android:theme="@style/Theme.AppCompat"
android:theme="@style/CustomActionBarTheme"
android:allowBackup="false"
android:allowClearUserData="true"
android:persistent="true"
android:stopWithTask="false"
android:largeHeap="true"
android:largeHeap="false"
>
<activity android:name=".Orbot"
android:configChanges="orientation|screenSize"
android:launchMode="singleTop"
android:excludeFromRecents="true"
android:launchMode="singleTop"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="14.1.3-PIE"
android:versionCode="131"
android:versionName="14.1.4-PIE"
android:versionCode="133"
android:installLocation="auto"
>
@ -19,18 +19,18 @@
android:label="@string/app_name"
android:description="@string/app_description"
android:configChanges="locale|orientation|screenSize"
android:theme="@style/Theme.AppCompat"
android:theme="@style/CustomActionBarTheme"
android:allowBackup="false"
android:allowClearUserData="true"
android:persistent="true"
android:stopWithTask="false"
android:largeHeap="false"
>
<activity android:name=".Orbot"
android:configChanges="orientation|screenSize"
android:launchMode="singleTop"
android:excludeFromRecents="true"
android:launchMode="singleTop"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="14.1.3-PIE"
android:versionCode="131"
android:versionName="14.1.4-PIE"
android:versionCode="132"
android:installLocation="auto"
>