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 /default.properties | |
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
Diffstat (limited to 'default.properties')
-rw-r--r-- | default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |