Skip to content

Commit

Permalink
Build for Java 1.5 to avoid compatibility issues
Browse files Browse the repository at this point in the history
cf. https://code.google.com/p/android/issues/detail?id=22970

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 7, 2014
1 parent d44bd00 commit 17a18f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.xml
Expand Up @@ -12,7 +12,7 @@

<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build}"
includeantruntime="false"/>
source="1.5" target="1.5" includeantruntime="false"/>
</target>

<target name="dist" depends="compile">
Expand Down

0 comments on commit 17a18f1

Please sign in to comment.