1
0
forked from GitHub/gf-core

allow the android app to be installed on the SD card

This commit is contained in:
kr.angelov
2013-12-10 20:06:39 +00:00
parent dd1b474a22
commit 3021570b1b

View File

@@ -2,7 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.grammaticalframework.ui.android"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="1.0"
android:installLocation="auto" >
<uses-sdk
android:minSdkVersion="8"