target android-19

This commit is contained in:
Dominik Schürmann
2013-12-30 21:18:27 +01:00
parent 19082b62a9
commit 2c0b2e356b
4 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@
android:versionName="1.1" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="18" />
android:minSdkVersion="8"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-18
target=android-19