enabled app2sd, changed build target to API level 8 (2.2) for this

Fixes issue 65
This commit is contained in:
Thialfihar 2010-08-18 13:27:54 +00:00
parent 996a1dbe1c
commit bcde95e18d
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thialfihar.android.apg"
android:versionCode="10800" android:versionName="1.0.8 beta 00">
android:versionCode="10800" android:versionName="1.0.8 beta 00"
android:installLocation="auto">
<application
android:icon="@drawable/icon"

View file

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