File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 <plugin >
7878 <groupId >com.github.wvengen</groupId >
7979 <artifactId >proguard-maven-plugin</artifactId >
80- <version >2.5.3 </version >
80+ <version >2.6.1 </version >
8181 <executions >
8282 <execution >
8383 <phase >package</phase >
9292 <option >-keepattributes Signature,InnerClasses</option >
9393 <option >-keep public class com.github.underscore.Underscore { *; }</option >
9494 <option >-keep public class com.github.underscore.*$Chain { *; }</option >
95- <option >-keep public class com.github.underscore.Underscore. Function3 { *; }</option >
96- <option >-keep public class com.github.underscore.Underscore. MemoizeFunction { *; }</option >
97- <option >-keep public class com.github.underscore.Underscore. PredicateIndexed { *; }</option >
98- <option >-keep public class com.github.underscore.Underscore. Template { *; }</option >
95+ <option >-keep public class com.github.underscore.Underscore$ Function3 { *; }</option >
96+ <option >-keep public class com.github.underscore.Underscore$ MemoizeFunction { *; }</option >
97+ <option >-keep public class com.github.underscore.Underscore$ PredicateIndexed { *; }</option >
98+ <option >-keep public class com.github.underscore.Underscore$ Template { *; }</option >
9999 <option >-keep public class com.github.underscore.Base32 { *; }</option >
100100 <option >-keep public class com.github.underscore.Json { *; }</option >
101101 <option >-keep public class com.github.underscore.U { *; }</option >
You can’t perform that action at this time.
0 commit comments