summaryrefslogtreecommitdiff
path: root/Source/Android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android/AndroidManifest.xml')
-rw-r--r--Source/Android/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml
index 38645cc8da..2e3964c65f 100644
--- a/Source/Android/AndroidManifest.xml
+++ b/Source/Android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu"
- android:versionCode="11"
- android:versionName="0.11"
+ android:versionCode="12"
+ android:versionName="0.12"
android:installLocation="auto">
<uses-sdk
@@ -15,7 +15,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.INTERNET" />
<application
android:icon="@drawable/ic_launcher"