Added minimum SDK version (3 = Android 1.5)

This commit is contained in:
Ciaran Gultnieks 2010-11-07 10:34:50 +00:00
parent 4f677285cc
commit 37182c04b1

View File

@ -3,6 +3,8 @@
package="org.fdroid.fdroid" android:versionCode="4" package="org.fdroid.fdroid" android:versionCode="4"
android:versionName="0.13" android:installLocation="auto"> android:versionName="0.13" android:installLocation="auto">
<application android:label="@string/app_name" android:icon="@drawable/icon"> <application android:label="@string/app_name" android:icon="@drawable/icon">
<uses-sdk android:minSdkVersion="3" />
<activity android:name="FDroid"> <activity android:name="FDroid">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />