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"
|
||||
package="org.fdroid.fdroid" android:versionCode="10"
|
||||
android:versionName="0.19" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
<application android:name="FDroidApp" android:label="@string/app_name"
|
||||
android:icon="@drawable/icon">
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
|
||||
<activity android:name="FDroid" android:configChanges="keyboardHidden|orientation">
|
||||
<intent-filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user