BlurKit ProGuard rules

BlurKit – is an extraordinarily easy to use utility to get live blurring for Android application.

BlurKit is faster than other blurring libraries due to a number of bitmap retrieval and drawing optimizations.

ProGuard rules for BlurKit

By default, short names like 'a', 'b', etc. are used as obfuscated names. A shrinking phase is also applied after each optimization phase, since some optimizations open the possibility to remove more classes, methods and members. Use the next rules in configuration file to fix errors.

# BlurKit
-keep class com.wonderkiln.blurkit.** { *; }

-dontwarn android.support.v8.renderscript.*
-keepclassmembers class android.support.v8.renderscript.RenderScript {
  native *** rsn*(...);
  native *** n*(...);
}

For more information about BlurKit please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules