Put uses-sdk in the right place in the manifest
This commit is contained in:
parent
b44f96142e
commit
716d400e46
@ -2,9 +2,9 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fdroid.fdroid" android:versionCode="10"
|
package="org.fdroid.fdroid" android:versionCode="10"
|
||||||
android:versionName="0.19" android:installLocation="auto">
|
android:versionName="0.19" android:installLocation="auto">
|
||||||
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
<application android:name="FDroidApp" android:label="@string/app_name"
|
<application android:name="FDroidApp" android:label="@string/app_name"
|
||||||
android:icon="@drawable/icon">
|
android:icon="@drawable/icon">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
|
||||||
|
|
||||||
<activity android:name="FDroid" android:configChanges="keyboardHidden|orientation">
|
<activity android:name="FDroid" android:configChanges="keyboardHidden|orientation">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user