Updated targetSdkVersion to 19.

This commit is contained in:
Felix Ableitner 2013-12-24 17:30:11 +01:00
parent 621e5886eb
commit 20aae3980c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />