Material Design ProgressBar ProGuard rules

Material Design ProgressBar – an Android library that providers ProgressBar with consistent appearance on Android 4.0+.

ProGuard rules for Material Design ProgressBar

ProGuard will analyze program code to find unused classes, methods, fields and and attributes automatically. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation phase.

You don’t need to add any specific rules to your ProGuard configuration.

A ProGuard configuration is provided as part of the library

# Material Design ProgressBar
-keep class me.zhanghai.android.materialprogressbar.** { *; }

For more information about Material Design ProgressBarplease see the website.

Static Gson ProGuard rules

Popular ProGuard rules