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

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jun 21 03:59:35 UTC 2012


commit 81efd93305b7634569b7ffc1864f4a6b0df60c68
Author: n8fr8 <nathan at freitas.net>
Date:   Wed May 9 23:08:37 2012 -0400

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

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5ca9ead..682ffc8 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.15-alpha-1.0.8-RC1" 
-      android:versionCode="37"
+      android:versionName="0.2.3.15-alpha-1.0.8-RC2" 
+      android:versionCode="38"
         android:installLocation="auto"
       >
        <uses-permission android:name="android.permission.INTERNET" />
@@ -11,8 +11,7 @@
     <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:debuggable="true">
+     android:configChanges="locale|orientation">
       
         <activity android:name=".Orbot">
             <intent-filter>





More information about the tor-commits mailing list