Up to Android 4.3

This commit is contained in:
Victor 2013-08-29 14:52:38 +03:00
parent e2258719dd
commit f3c15f24db
3 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -6,7 +6,7 @@
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
android:targetSdkVersion="18" />
<application
android:allowBackup="true"

View File

@ -11,4 +11,4 @@
proguard.config=${sdk.dir}\\tools\\proguard\\proguard-android.txt:proguard-project.txt
# Project target.
target=android-17
target=android-18