Added minimum SDK version (3 = Android 1.5)
This commit is contained in:
parent
4f677285cc
commit
37182c04b1
@ -3,6 +3,8 @@
|
||||
package="org.fdroid.fdroid" android:versionCode="4"
|
||||
android:versionName="0.13" android:installLocation="auto">
|
||||
<application android:label="@string/app_name" android:icon="@drawable/icon">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
|
||||
<activity android:name="FDroid">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user