update for newer sdk

This commit is contained in:
benfry
2010-03-28 18:16:11 +00:00
parent a7a488b9d6
commit 7a3cb880af
+1 -1
View File
@@ -10,7 +10,7 @@
<mkdir dir="core/bin" />
<javac encoding="UTF-8"
includeAntRuntime="false"
bootclasspath="${env.ANDROID_SDK}/platforms/android-2.0/android.jar"
bootclasspath="${env.ANDROID_SDK}/platforms/android-2.0.1/android.jar"
srcdir="core/src" destdir="core/bin" />
<delete file="core.zip" />