change android install location to automatic, closes #1997
This commit is contained in:
parent
a501ee355b
commit
e0eff65fc0
|
@ -3,7 +3,7 @@
|
|||
package="com.godot.game"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0"
|
||||
android:installLocation="preferExternal"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<supports-screens android:smallScreens="true"
|
||||
android:normalScreens="true"
|
||||
|
|
Loading…
Reference in New Issue