mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -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"
|
||||
deprecation="true">
|
||||
<classpath>
|
||||
<pathelement location="${android-home}/android.jar"/>
|
||||
<pathelement location="${android-home}/platforms/android-1.5/android.jar"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
<jar jarfile="android-integration.jar" basedir="build"/>
|
||||
|
|
Loading…
Reference in a new issue