[Android] Updated target SDK version to 19

This commit is contained in:
Jonathan De Wachter 2014-06-20 04:05:53 +02:00
parent e726c24de4
commit 06b73f36bd
3 changed files with 3 additions and 3 deletions

View file

@ -28,5 +28,5 @@
</application>
<uses-sdk android:minSdkVersion="9"
android:targetSdkVersion="17" />
android:targetSdkVersion="19" />
</manifest>