mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Need to use 1.5 jar location
git-svn-id: https://zxing.googlecode.com/svn/trunk@1031 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b6b9015a7c
commit
9cfc5158b3
|
@ -34,7 +34,7 @@
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="true">
|
deprecation="true">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${android-home}/android.jar"/>
|
<pathelement location="${android-home}/platforms/android-1.5/android.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
<jar jarfile="android-integration.jar" basedir="build"/>
|
<jar jarfile="android-integration.jar" basedir="build"/>
|
||||||
|
|
Loading…
Reference in a new issue