Skip to content

Commit 2121390

Browse files
committed
target java 1.6
1 parent fb8feaf commit 2121390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<methods dir="${basedir}/src/processing/core" recorder="false" />
3030

3131
<mkdir dir="bin" />
32-
<javac source="1.6"
33-
target="1.6"
32+
<javac source="1.7"
33+
target="1.7"
3434
encoding="UTF-8"
3535
includeAntRuntime="false"
3636
bootclasspath="${env.ANDROID_SDK}/platforms/android-15/android.jar"

0 commit comments

Comments
 (0)