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
1 changed files with 2 additions and 2 deletions

View File

@ -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"