Target 2.2 and allow SD card installation

This commit is contained in:
Christopher Eby 2010-05-20 17:43:53 -05:00
parent 1f2f9d5d86
commit cc33825cfb
2 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,9 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kreed.vanilla"
android:versionName="0.1" android:versionCode="10">
android:versionName="0.1"
android:versionCode="10"
android:installLocation="auto">
<application
android:icon="@drawable/icon"
android:label="@string/app_name"
@ -65,7 +67,7 @@
<service android:name="PlaybackService" />
<activity android:name="PreferencesActivity" />
</application>
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="7" />
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<supports-screens android:smallScreens="true" />

View File

@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-7
target=android-8