mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
allow install on SD-card (is ignored for Android <2.2)
This commit is contained in:
parent
97001b6edb
commit
a35ab06ccc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user