mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 03:37:34 -08:00
android-core can be built even without SDK
This commit is contained in:
parent
b1591369bb
commit
1405fb4cc2
2
pom.xml
2
pom.xml
|
@ -90,6 +90,7 @@
|
|||
<modules>
|
||||
<module>core</module>
|
||||
<module>javase</module>
|
||||
<module>android-core</module>
|
||||
<module>android-integration</module>
|
||||
<module>zxing.appspot.com</module>
|
||||
<module>zxingorg</module>
|
||||
|
@ -548,7 +549,6 @@
|
|||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>android-core</module>
|
||||
<module>android</module>
|
||||
<module>androidtest</module>
|
||||
<module>glass</module>
|
||||
|
|
Loading…
Reference in a new issue