1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:
Jesse Vincent 2011-08-08 01:01:15 -04:00
parent ca516db767
commit ee132e92d1

View File

@ -5,8 +5,8 @@
android:versionName="3.906" package="com.fsck.k9" android:versionName="3.906" package="com.fsck.k9"
> >
<uses-sdk <uses-sdk
android:minSdkVersion="3" android:minSdkVersion="7"
android:targetSdkVersion="4" android:targetSdkVersion="7"
/> />
<supports-screens <supports-screens
android:largeScreens="true" android:largeScreens="true"