summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2012-03-16 16:48:23 +0100
committerDavid A. Madore <david+git@madore.org>2012-03-16 16:53:01 +0100
commit17806ff5637d15e601d0a096952acf2a5938d91c (patch)
tree095654ad6d532d460349a84f3d1da01e1b808a1f
parent29b7e615adf0aaa2a96d38f78f5a30e1319063f4 (diff)
downloadUnicodeMap-17806ff5637d15e601d0a096952acf2a5938d91c.tar.gz
UnicodeMap-17806ff5637d15e601d0a096952acf2a5938d91c.tar.bz2
UnicodeMap-17806ff5637d15e601d0a096952acf2a5938d91c.zip
Upgrade Android target API.
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.properties15
-rw-r--r--default.properties11
3 files changed, 1 insertions, 27 deletions
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