From 8c7a821e8df6a0a25c12e329ea41d14f71846711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 5 Mar 2015 16:06:10 +0100 Subject: [PATCH] Place some xml closing tags separate for readability This also means that diffs will get better if more lines are added to the end of each attribute list --- F-Droid/AndroidManifest.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 3cde9b343..4e09aafb9 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -4,12 +4,14 @@ package="org.fdroid.fdroid" android:installLocation="auto" android:versionCode="790" - android:versionName="0.79-test" > + android:versionName="0.79-test" + > + android:targetSdkVersion="21" + /> + android:xlargeScreens="true" + />