[tor-commits] [orbot/master] updated icon and versionin (alpha 1.0.10)

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Oct 1 07:41:26 UTC 2012


commit eb2f1c22dfe1f3aa1c1cf8a2d99a7755a0a17228
Author: n8fr8 <nathan at freitas.net>
Date:   Tue Jul 24 13:08:58 2012 -0400

    updated icon and versionin (alpha 1.0.10)
---
 AndroidManifest.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 99dff50..5e2d692 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,20 +1,20 @@
 <?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.3.17-beta-1.0.9-rc4" 
-      android:versionCode="42"
+      android:versionName="0.2.3.17-alpha-1.0.10" 
+      android:versionCode="44"
         android:installLocation="auto"
       >
        <uses-permission android:name="android.permission.INTERNET" />
  		<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  
-    <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
-    <application android:name=".OrbotApp" android:icon="@drawable/icon"
+    <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="15"/>
+    <application android:name=".OrbotApp" android:icon="@drawable/ic_launcher"
      android:label="@string/app_name" 
-     android:configChanges="locale"
+     android:configChanges="locale|orientation"
      >
       
-        <activity android:name=".Orbot">
+        <activity android:name=".Orbot" android:configChanges="locale|orientation">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />





More information about the tor-commits mailing list