diff options
| author | Thialfihar <thialfihar@gmail.com> | 2010-08-18 13:27:54 +0000 | 
|---|---|---|
| committer | Thialfihar <thialfihar@gmail.com> | 2010-08-18 13:27:54 +0000 | 
| commit | bcde95e18d67a2fd03236e4469402c72d7793e2c (patch) | |
| tree | c6071a0e89d396fe18212bc53f2c4b7da9b013da | |
| parent | 996a1dbe1cb0fd8754aab7b836df3a94befaa213 (diff) | |
| download | open-keychain-bcde95e18d67a2fd03236e4469402c72d7793e2c.tar.gz open-keychain-bcde95e18d67a2fd03236e4469402c72d7793e2c.tar.bz2 open-keychain-bcde95e18d67a2fd03236e4469402c72d7793e2c.zip | |
enabled app2sd, changed build target to API level 8 (2.2) for this
Fixes issue 65
| -rw-r--r-- | AndroidManifest.xml | 3 | ||||
| -rw-r--r-- | default.properties | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1aa48ed95..0f57cd80c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" diff --git a/default.properties b/default.properties index 19c96655d..51e933a98 100644 --- a/default.properties +++ b/default.properties @@ -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 | 
