summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-11-14 11:01:44 -0500
committerLioncash <mathew1800@gmail.com>2013-11-14 11:01:44 -0500
commit9d3d568ae452dcba91f821aa43a249ca12afeb49 (patch)
tree06eadd473ad58491a9900da4886846d844975353 /Source/Android
parentf15a0c17d03e8846867d92c0c3a6945016f397e1 (diff)
[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.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<uses-sdk
android:minSdkVersion="14"
- android:targetSdkVersion="18" />
+ android:targetSdkVersion="19" />
<uses-feature android:glEsVersion="0x00020000" />