1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

allow install on SD-card (is ignored for Android <2.2)

This commit is contained in:
Marcus Wolschon 2010-08-13 06:38:20 +00:00
parent 97001b6edb
commit a35ab06ccc

View File

@ -2,7 +2,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="2913"
android:versionName="2.913" package="com.fsck.k9">
android:versionName="2.913" package="com.fsck.k9"
android:installLocation="auto">
<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="4"