mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
Enable installation on external storage.
Adds the installLocation attribute in the manifest. See https://developer.android.com/guide/topics/data/install-location.html for details. Fixes #360
This commit is contained in:
parent
6306ba1076
commit
0ba4aae129
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
package="com.habitrpg.android.habitica"
|
package="com.habitrpg.android.habitica"
|
||||||
android:versionCode="26"
|
android:versionCode="26"
|
||||||
android:versionName="0.0.24"
|
android:versionName="0.0.24"
|
||||||
android:screenOrientation="portrait" >
|
android:screenOrientation="portrait"
|
||||||
|
android:installLocation="auto" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="15"
|
android:minSdkVersion="15"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue