Skip to content

Commit

Permalink
Fixed problem with java 1.7 compiled jar that did not work with android
Browse files Browse the repository at this point in the history
  • Loading branch information
JStumpp committed Jul 25, 2013
1 parent 2b2d835 commit e646330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<mkdir dir="${classes.dir}" />

<javac
target="1.6"
includeantruntime="false"
srcdir="src"
destdir="${classes.dir}"
Expand Down

0 comments on commit e646330

Please sign in to comment.