From: Uwe Trottmann Date: Tue, 14 Aug 2012 06:34:53 +0000 (+0200) Subject: Use up to date build targets. Format Manifest according to Android X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=1aed9c47f517e62fad08a80826ebb08c64c97ccb Use up to date build targets. Format Manifest according to Android Guidelines. Remove cruft (we have version control for that). --- 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