mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Update proguard plugin to 2.0.13
This commit is contained in:
parent
6cdc7493d5
commit
3d18e3e449
|
@ -40,6 +40,11 @@
|
|||
<plugin>
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<options combine.children="append">
|
||||
<option>-optimizations !code/simplification/cast,!code/allocation/variable,!field/*,!class/*,!method/*</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -389,7 +389,7 @@
|
|||
<plugin>
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<version>2.0.12</version>
|
||||
<version>2.0.13</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
@ -408,7 +408,6 @@
|
|||
<option>-keep class * { !private *; }</option>
|
||||
<option>-verbose</option>
|
||||
<option>-optimizationpasses 3</option>
|
||||
<option>-optimizations !code/simplification/cast,!code/allocation/variable,!field/*,!class/*,!method/*</option>
|
||||
</options>
|
||||
<libs>
|
||||
<lib>${java.home}/lib/rt.jar</lib>
|
||||
|
|
Loading…
Reference in a new issue