Akatsuki ProGuard rules

Akatsuki – is a light weight Android library that handles state restoration and argument passing via annotations.

Akatsuki automatically generates source files through JSR269 to ensure almost1 zero performance impact.

ProGuard rules for Akatsuki

Add the following lines to your ProGuard configuration proguard.cfg file in project.

# Akatsuki
-dontwarn com.sora.util.akatsuki.**
-keep class com.sora.util.akatsuki.** { *; }
-keep class **$$BundleRetainer { *; }
-keepclasseswithmembernames class * {
    @com.sora.util.akatsuki.* ;
}

For more information about Akatsuki please see the website.

Static Gson ProGuard rules

Popular ProGuard rules