[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.

This commit is contained in:
Lioncash 2013-11-14 11:01:44 -05:00
parent f15a0c17d0
commit 9d3d568ae4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />
<uses-feature android:glEsVersion="0x00020000" />