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:
parent
453f10128c
commit
38e3aa7db1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user