mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +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"
|
||||
android:versionCode="26"
|
||||
android:versionName="0.0.24"
|
||||
android:screenOrientation="portrait" >
|
||||
android:screenOrientation="portrait"
|
||||
android:installLocation="auto" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="15"
|
||||
|
|
|
|||
Loading…
Reference in a new issue