mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Fix proguard library path for android app
This commit is contained in:
parent
9644b498c6
commit
f578184873
5
pom.xml
5
pom.xml
|
@ -754,6 +754,11 @@
|
|||
<skip>false</skip>
|
||||
<config>proguard.cfg</config>
|
||||
</proguard>
|
||||
<!-- repeat Android jar as library jar, as plugin ignores scope system deps -->
|
||||
<proguardOptions>
|
||||
<option>-libraryjars</option>
|
||||
<option>${env.ANDROID_HOME}/platforms/android-${android.platform}/android.jar</option>
|
||||
</proguardOptions>
|
||||
<sign>
|
||||
<debug>false</debug>
|
||||
</sign>
|
||||
|
|
Loading…
Reference in a new issue