udpated manifest version

This commit is contained in:
n8fr8 2012-05-09 23:08:37 -04:00
parent 842f84e788
commit 81efd93305
1 changed files with 3 additions and 4 deletions

View File

@ -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>