1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 23:00:09 -05:00

Set minSdkVersion to 15

Technically, the code still supports SDK 8. But we don't want users to get stuck
on a 4.9xx version when we do remove compatibility with old Android versions.
This commit is contained in:
cketti 2013-12-16 17:43:45 +01:00
parent 453f10128c
commit 38e3aa7db1

View File

@ -5,7 +5,7 @@
android:versionName="4.701" package="com.fsck.k9"
>
<uses-sdk
android:minSdkVersion="8"
android:minSdkVersion="15"
android:targetSdkVersion="17"
/>
<supports-screens