Skip to content

Commit

Permalink
Keep class used in EnumMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Oct 19, 2024
1 parent 7001f8e commit cc750e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vgo-cli/optimize.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@

-keep class com.jzbrooks.vgo.cli.CommandLineInterface {
public static void main(java.lang.String[]);
}
}

# Used in an EnumMap inside tools-sdk code. It is required for converting vectors with clip paths.
-keep,allowoptimization enum com.android.ide.common.vectordrawable.SvgNode$ClipRule

0 comments on commit cc750e9

Please sign in to comment.