updated manifest version
This commit is contained in:
parent
c6b6cd3d66
commit
7ab5fae522
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.torproject.android"
|
package="org.torproject.android"
|
||||||
android:versionName="0.2.3.17-beta-1.0.9-rc3"
|
android:versionName="0.2.3.17-beta-1.0.9-rc4"
|
||||||
android:versionCode="41"
|
android:versionCode="42"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
@ -11,7 +11,8 @@
|
||||||
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
|
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
|
||||||
<application android:name=".OrbotApp" android:icon="@drawable/icon"
|
<application android:name=".OrbotApp" android:icon="@drawable/icon"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:configChanges="locale|orientation">
|
android:configChanges="locale"
|
||||||
|
>
|
||||||
|
|
||||||
<activity android:name=".Orbot">
|
<activity android:name=".Orbot">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in New Issue