allow installation to sd-card. not very useful for a small app like

iitcm (since all private data + databases are still stored on internal
storage) but for the sake of completeness...
This commit is contained in:
Philipp Schaefer 2013-10-21 13:57:52 +02:00
parent 4447f1bef2
commit c25b6dc1c8

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile" package="com.cradle.iitc_mobile"
android:installLocation="auto"
android:versionCode="56" android:versionCode="56"
android:versionName="0.7.6"> android:versionName="0.7.6">