[Android] 0.12 release.
This commit is contained in:
parent
e3febb1603
commit
187827624f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue