updated version and release code

This commit is contained in:
n8fr8 2012-10-21 15:35:32 +05:30
parent 77ebef409a
commit f0d4b8a847
1 changed files with 3 additions and 2 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.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">