From 9d3d568ae452dcba91f821aa43a249ca12afeb49 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 14 Nov 2013 11:01:44 -0500 Subject: [PATCH] [Android] Bump the targetSdkVersion in the AndroidManifest XML file to 19 (KitKat). Nothing we do would require compatibility behaviors to be enabled to maintain forward compatibility. --- Source/Android/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index 5ecd07f5de..b913f28d1d 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -7,7 +7,7 @@ + android:targetSdkVersion="19" />