Version 0.26 - really

This commit is contained in:
Ciaran Gultnieks 2012-08-26 10:05:11 +01:00
parent 5409cb86d5
commit b5604d3bda

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<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="17"
android:versionName="0.26" android:installLocation="auto"> android:versionName="0.26" android:installLocation="auto">
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="16" /> <uses-sdk android:minSdkVersion="5" 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"