[tor-commits] [orbot/master] updated version and release code
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Oct 22 12:26:03 UTC 2012
commit f0d4b8a8471ba066f9f6f5745fdeaeebefecac1b
Author: n8fr8 <nathan at freitas.net>
Date: Sun Oct 21 15:35:32 2012 +0530
updated version and release code
---
AndroidManifest.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6d334b3..5feff12 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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="0.2.4.3-alpha-1.0.11-RC2"
- android:versionCode="47"
+ android:versionName="0.2.4.3-alpha-1.0.11-RC3"
+ android:versionCode="48"
android:installLocation="auto"
>
<uses-permission android:name="android.permission.INTERNET" />
@@ -13,6 +13,7 @@
<application android:name=".OrbotApp" android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:configChanges="locale|orientation"
+ android:theme="@style/Theme.Sherlock.ForceOverflow"
>
<activity android:name=".Orbot" android:configChanges="locale|orientation">
More information about the tor-commits
mailing list