We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8feaf commit 2121390Copy full SHA for 2121390
core/build.xml
@@ -29,8 +29,8 @@
29
<methods dir="${basedir}/src/processing/core" recorder="false" />
30
31
<mkdir dir="bin" />
32
- <javac source="1.6"
33
- target="1.6"
+ <javac source="1.7"
+ target="1.7"
34
encoding="UTF-8"
35
includeAntRuntime="false"
36
bootclasspath="${env.ANDROID_SDK}/platforms/android-15/android.jar"
0 commit comments