From 1aed9c47f517e62fad08a80826ebb08c64c97ccb Mon Sep 17 00:00:00 2001 From: Uwe Trottmann Date: Tue, 14 Aug 2012 08:34:53 +0200 Subject: [PATCH] Use up to date build targets. Format Manifest according to Android Guidelines. Remove cruft (we have version control for that). --- AndroidManifest.xml | 110 +++++++++++++++++++------------------------- project.properties | 2 +- 2 files changed, 48 insertions(+), 64 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9f6cd04..17ccec8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,65 +1,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + package="com.hughes.android.dictionary" + android:installLocation="auto" + android:versionCode="21" + android:versionName="3.3" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project.properties b/project.properties index 9afbeff..83e83eb 100644 --- a/project.properties +++ b/project.properties @@ -10,5 +10,5 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-8 +target=android-16 android.library.reference.1=../Util -- 2.43.0