commit b2d4bb350777d820db74c82fcbe53b8e7620e445 Author: Nathan Freitas nathan@freitas.net Date: Thu May 1 21:37:01 2014 -0400
updated to v14-alpha-2 --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 779b1cd..9b4bee9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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"
tor-commits@lists.torproject.org