From 17806ff5637d15e601d0a096952acf2a5938d91c Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Fri, 16 Mar 2012 16:48:23 +0100
Subject: Upgrade Android target API.

---
 AndroidManifest.xml |  2 +-
 build.properties    | 15 ---------------
 default.properties  | 11 -----------
 3 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 build.properties
 delete mode 100644 default.properties

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fab46c6..9ed0e6e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,7 +3,7 @@
       package="org.madore.android.unicodeMap"
       android:versionCode="3"
       android:versionName="0.0.3">
-    <uses-sdk android:minSdkVersion="3" />
+    <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="10" />
     <supports-screens android:resizeable="true"
 		      android:smallScreens="true"
 		      android:normalScreens="true"
diff --git a/build.properties b/build.properties
deleted file mode 100644
index 608d959..0000000
--- a/build.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-# This file is used to override default values used by the Ant build system.
-# 
-# This file must be checked in Version Control Systems, as it is
-# integral to the build system of your project.
-
-# The name of your application package as defined in the manifest.
-# Used by the 'uninstall' rule.
-#application-package=org.madore.android.unicodeMap
-
-# The name of the source folder.
-#source-folder=src
-
-# The name of the output folder.
-#out-folder=bin
-
diff --git a/default.properties b/default.properties
deleted file mode 100644
index 4513a1e..0000000
--- a/default.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-# 
-# This file must be checked in Version Control Systems.
-# 
-# To customize properties used by the Ant build system use,
-# "build.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-target=android-3
-- 
cgit v1.2.3