Skip to content

Commit decddb9

Browse files
authored
Change the proguard rule from keep to dontobfuscate not to keep the (#426)
FlexboxLayoutManager in the binary even if it's not used. Fixes 74417025 internally.
1 parent cc3a5ae commit decddb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexbox/proguard-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# The FlexboxLayoutManager may be set from a layout xml, in that situation the RecyclerView
1818
# tries to instantiate the layout manager using reflection.
1919
# This is to prevent the layout manager from being obfuscated.
20-
-keep public class com.google.android.flexbox.FlexboxLayoutManager
20+
-keepnames public class com.google.android.flexbox.FlexboxLayoutManager

0 commit comments

Comments
 (0)