BottomBar ProGuard rules

BottomBar – custom Android view component that mimics the new Material Design Bottom Navigation pattern.

ProGuard rules for BottomBar

ProGuard obfuscates method names and may shrink methods, which are not called. ProGuard also optimizes the bytecode, removes unused code instructions, and obfuscates the remaining classes, fields, and methods with short names. To fix errors and force ProGuard to keep certain code, set up a ProGuard configuration in proguard-rules.pro file.

-dontwarn com.roughike.bottombar.**

For more information about BottomBar please see the website.

Static Gson ProGuard rules

Popular ProGuard rules