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:
srowen 2012-11-24 16:58:19 +00:00
parent 155bc2eb79
commit e17d1c16ce

View file

@ -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>