Fresco Processors – an Android image processor library providing a variety of transformations for Fresco.
ProGuard rules for Fresco Processors
ProGuard obfuscates the remaining classes, fields, and methods with short names. Classes that aren't used at all will be removed by ProGuard shrinking step. Specify the next rules in your ProGuard proguard-rules.pro file.
# Fresco Processors -keepclasseswithmembernames class * { native; } -dontwarn jp.co.cyberagent.android.gpuimage.**
For more information about please see Fresco Processors website.