mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 11:35:11 -05:00
3.9 no longer targets 1.6. Bumped to the oldest 2.x sdk level that
google still lets us build against. Thanks and apologies to Joey Jones for finding the pre-existing incompatibility that pushed me to make the build change we've been promising for so long
This commit is contained in:
parent
ca516db767
commit
ee132e92d1
@ -5,8 +5,8 @@
|
||||
android:versionName="3.906" package="com.fsck.k9"
|
||||
>
|
||||
<uses-sdk
|
||||
android:minSdkVersion="3"
|
||||
android:targetSdkVersion="4"
|
||||
android:minSdkVersion="7"
|
||||
android:targetSdkVersion="7"
|
||||
/>
|
||||
<supports-screens
|
||||
android:largeScreens="true"
|
||||
|
Loading…
Reference in New Issue
Block a user