Switch target sdk to 15
This commit is contained in:
parent
38f3cadda8
commit
653a51bb97
@ -2,7 +2,7 @@
|
|||||||
<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="16"
|
package="org.fdroid.fdroid" android:versionCode="16"
|
||||||
android:versionName="0.25" android:installLocation="auto">
|
android:versionName="0.25" android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
|
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="15" />
|
||||||
<supports-screens android:resizeable="false"
|
<supports-screens android:resizeable="false"
|
||||||
android:anyDensity="false" />
|
android:anyDensity="false" />
|
||||||
<application android:name="FDroidApp" android:label="@string/app_name"
|
<application android:name="FDroidApp" android:label="@string/app_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user