udpated manifest version
This commit is contained in:
parent
842f84e788
commit
81efd93305
|
@ -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.15-alpha-1.0.8-RC1"
|
android:versionName="0.2.3.15-alpha-1.0.8-RC2"
|
||||||
android:versionCode="37"
|
android:versionCode="38"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
@ -11,8 +11,7 @@
|
||||||
<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|orientation">
|
||||||
android:debuggable="true">
|
|
||||||
|
|
||||||
<activity android:name=".Orbot">
|
<activity android:name=".Orbot">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in New Issue