Skip to content

Commit

Permalink
target java 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Sep 26, 2015
1 parent fb8feaf commit 2121390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<methods dir="${basedir}/src/processing/core" recorder="false" />

<mkdir dir="bin" />
<javac source="1.6"
target="1.6"
<javac source="1.7"
target="1.7"
encoding="UTF-8"
includeAntRuntime="false"
bootclasspath="${env.ANDROID_SDK}/platforms/android-15/android.jar"
Expand Down

0 comments on commit 2121390

Please sign in to comment.