mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-02 08:14:32 +01:00
android: allow moving the app to external memory
This commit is contained in:
parent
2dbabc502b
commit
28f9f708b9
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.dosowisko.${LIBSUPERDERPY_GAMENAME}"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
android:versionName="1.0"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
||||
<application android:label="@string/app_name" android:debuggable="true" android:icon="@mipmap/${LIBSUPERDERPY_GAMENAME}">
|
||||
|
|
Loading…
Reference in a new issue