aboutsummaryrefslogtreecommitdiff
path: root/project.properties
diff options
context:
space:
mode:
authorSteven Luo <steven+android@steven676.net>2012-01-14 04:23:58 -0800
committerJack Palevich <jackpal@google.com>2012-01-16 07:47:44 -0800
commit4a48d6a8e7796bfc43baf9fd00da1028e294fb56 (patch)
tree034adcbd4bd0cbcc8991c1d765f35cb3f4c5d62b /project.properties
parent5b212b577576bf2e3898434cd3f68c7fd57a00e9 (diff)
downloadAndroidTerm-4a48d6a8e7796bfc43baf9fd00da1028e294fb56.tar.gz
Make the project build with and target API 11
* Update project.properties to build with API 11 * Update AndroidManifest.xml to indicate that we target API 11 * Uncomment API 11+ specific material in EmulatorView * Add compatibility class for Activity methods new in API 11 * Call invalidateOptionsMenu() where necessary Signed-off-by: Jack Palevich <jackpal@google.com>
Diffstat (limited to 'project.properties')
-rw-r--r--project.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.properties b/project.properties
index f049142..d79abae 100644
--- a/project.properties
+++ b/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-10
+target=android-11