Results 3 comments of Ícaro

I also found these warning, the logs are below: ``` Warning:com.beloo.widget.chipslayoutmanager.ChipsLayoutManager: can't find referenced class com.beloo.widget.chipslayoutmanager.Orientation Warning:com.beloo.widget.chipslayoutmanager.ChipsLayoutManager$Builder: can't find referenced class com.beloo.widget.chipslayoutmanager.Orientation Warning:com.beloo.widget.chipslayoutmanager.IChipsLayoutManagerContract: can't find referenced class com.beloo.widget.chipslayoutmanager.Orientation Warning:com.beloo.widget.chipslayoutmanager.IStateHolder: can't...

I made some changes and by using the configuration below I do not get any ProGuard warnings. ``` -keep class com.beloo.widget.chipslayoutmanager.* { *; } -keep class com.beloo.widget.chipslayoutmanager.** { *; }...

Yes @egistli, what I posted was also not working that well for me. I didn't comment back here again but I ended up using `-dontwarn` too to fix this temporarily.