Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm authored Sep 26, 2018
1 parent d566837 commit cf2dab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
It contains the path to the SDK. It should *NOT* be checked into
Version Control Systems. -->
<property file="local.properties"/>
<property name="java.target" value="1.5" />
<property name="java.source" value="1.5" />
<property name="java.target" value="1.6" />
<property name="java.source" value="1.6" />

<!-- The ant.properties file can be created by you. It is only edited by the
'android' tool to add properties to it.
Expand Down

0 comments on commit cf2dab5

Please sign in to comment.