Set targetSdkVersion in addition to minSdkVersion (this also needs

to be set to a non-default value to install on non-dev builds).

Also bump the version number once more.
This commit is contained in:
Dan Egnor
2010-02-25 11:13:46 -08:00
parent 2f657eca4a
commit b028990168

View File

@@ -16,11 +16,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.bugreportsender"
android:versionCode="10" >
android:versionCode="11" >
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-sdk android:minSdkVersion="4" />
<!-- Minimum Donut, target Froyo -->
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="7" />
<application
android:icon="@drawable/icon"