[tor-commits] [orbot/master] updated manifest version

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Jun 29 02:54:49 UTC 2012


commit 7ab5fae52258fc8c49f429e6278cd7b9e3b1ff0d
Author: n8fr8 <nathan at freitas.net>
Date:   Thu Jun 28 22:54:07 2012 -0400

    updated manifest version
---
 AndroidManifest.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b913ef8..99dff50 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.3.17-beta-1.0.9-rc3" 
-      android:versionCode="41"
+      android:versionName="0.2.3.17-beta-1.0.9-rc4" 
+      android:versionCode="42"
         android:installLocation="auto"
       >
        <uses-permission android:name="android.permission.INTERNET" />
@@ -11,7 +11,8 @@
     <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
     <application android:name=".OrbotApp" android:icon="@drawable/icon"
      android:label="@string/app_name" 
-     android:configChanges="locale|orientation">
+     android:configChanges="locale"
+     >
       
         <activity android:name=".Orbot">
             <intent-filter>



More information about the tor-commits mailing list