mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Should make android-v4 dependency optional since not every dependent project needs it
git-svn-id: https://zxing.googlecode.com/svn/trunk@2530 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
155bc2eb79
commit
e17d1c16ce
|
@ -65,6 +65,7 @@
|
||||||
<groupId>com.google.android</groupId>
|
<groupId>com.google.android</groupId>
|
||||||
<artifactId>support-v4</artifactId>
|
<artifactId>support-v4</artifactId>
|
||||||
<version>r7</version>
|
<version>r7</version>
|
||||||
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in a new issue