From 8ceb72612aa0f650fa0a7de6bb4beb69935c29f2 Mon Sep 17 00:00:00 2001 From: lioncash Date: Tue, 10 Sep 2013 09:29:05 -0400 Subject: [PATCH] [Android] Kick the targetSdkVersion in the AndroidManifest XML file to 18. Since this app basically works on 4.x.x, we don't need to make compatibility modes kick in for anything above 4.0.0. Also very minor cleanup to the XML. --- Source/Android/AndroidManifest.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index 70bc5c1275..c80638bb38 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -7,10 +7,10 @@ + android:targetSdkVersion="18" /> + + - - @@ -40,8 +40,8 @@ - + android:label="@string/settings" /> +