summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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