mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -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>
|
<skip>false</skip>
|
||||||
<config>proguard.cfg</config>
|
<config>proguard.cfg</config>
|
||||||
</proguard>
|
</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>
|
<sign>
|
||||||
<debug>false</debug>
|
<debug>false</debug>
|
||||||
</sign>
|
</sign>
|
||||||
|
|
Loading…
Reference in a new issue