From dba358505583a34ccc3f11f18a2d3ac69c0129b5 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Mon, 6 Jul 2009 15:01:46 -0500 Subject: [PATCH] Bump sdk version requirement. --- .classpath | 2 +- AndroidManifest.xml | 2 +- default.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 609aa00eb..eddb47aed 100644 --- a/.classpath +++ b/.classpath @@ -2,6 +2,6 @@ - + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c9a3f06be..1fdc69845 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ - + diff --git a/default.properties b/default.properties index 9c6195ea1..0a007ab5e 100644 --- a/default.properties +++ b/default.properties @@ -8,7 +8,7 @@ # project structure. # Project target. -target=android-2 +target=android-3 # apk configurations. This property allows creation of APK files with limited # resources. For example, if your application contains many locales and # you wish to release multiple smaller apks instead of a large one, you can