1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-11 13:49:15 -05:00

Increase minSdkVersion to 8 because we're using SearchView in FolderList

This commit is contained in:
cketti 2013-05-24 22:55:13 +02:00
parent 88c7b20c43
commit ed354eea32

View File

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