diff --git a/flexbox/proguard-rules.txt b/flexbox/proguard-rules.txt index 04ca7ecb..0d727ed0 100644 --- a/flexbox/proguard-rules.txt +++ b/flexbox/proguard-rules.txt @@ -17,4 +17,4 @@ # The FlexboxLayoutManager may be set from a layout xml, in that situation the RecyclerView # tries to instantiate the layout manager using reflection. # This is to prevent the layout manager from being obfuscated. --keep public class com.google.android.flexbox.FlexboxLayoutManager \ No newline at end of file +-keepnames public class com.google.android.flexbox.FlexboxLayoutManager \ No newline at end of file