updated to v14-alpha-2

This commit is contained in:
Nathan Freitas 2014-05-01 21:37:01 -04:00
parent cbbc5e45e1
commit b2d4bb3507
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="14.0.0-ALPHA-1"
android:versionCode="87"
android:versionName="14.0.0-ALPHA-2"
android:versionCode="89"
android:installLocation="auto"
>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
@ -21,6 +22,7 @@
android:theme="@style/Theme.AppCompat"
android:allowBackup="false"
android:allowClearUserData="true"
android:largeHeap="true"
>
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"