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 77
77
<plugin >
78
78
<groupId >com.github.wvengen</groupId >
79
79
<artifactId >proguard-maven-plugin</artifactId >
80
- <version >2.5.3 </version >
80
+ <version >2.6.1 </version >
81
81
<executions >
82
82
<execution >
83
83
<phase >package</phase >
92
92
<option >-keepattributes Signature,InnerClasses</option >
93
93
<option >-keep public class com.github.underscore.Underscore { *; }</option >
94
94
<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 >
99
99
<option >-keep public class com.github.underscore.Base32 { *; }</option >
100
100
<option >-keep public class com.github.underscore.Json { *; }</option >
101
101
<option >-keep public class com.github.underscore.U { *; }</option >
You can’t perform that action at this time.
0 commit comments