mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Finally, make sure android.jar now isn't built into / dexed into .apks
This commit is contained in:
parent
225d8898a5
commit
27b686e132
6
pom.xml
6
pom.xml
|
@ -358,6 +358,12 @@
|
|||
<path>${env.ANDROID_HOME}</path>
|
||||
<platform>${android.platform}</platform>
|
||||
</sdk>
|
||||
<artifactSet>
|
||||
<excludes>
|
||||
<!-- Make sure Android SDK jar isn't included -->
|
||||
<exclude>com.google.android:android</exclude>
|
||||
</excludes>
|
||||
</artifactSet>
|
||||
<proguard>
|
||||
<skip>true</skip>
|
||||
</proguard>
|
||||
|
|
Loading…
Reference in a new issue