updated version and release code
This commit is contained in:
parent
77ebef409a
commit
f0d4b8a847
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue