Dali ProGuard rules

Dali – is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.

Dali contains several modules for either static blurring, live blurring and animations. Library uses RenderScript internally and is heavily cached to be fast and keeps small memory footprint.

ProGuard rules for Dali

Obfuscating code that performs reflection may cause of error. By default ProGuard will remove dead code.

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

A ProGuard configuration is provided as part of the library.

# Dali
-keep class android.support.v8.renderscript.** { *; }

For more information about please see Dali website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules