udpated manifest version
This commit is contained in:
parent
842f84e788
commit
81efd93305
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue