TinyBus ProGuard rules

TinyBus – is the faster implementation of Otto event bus with additional features you missed for Android.

Optimized for startup and event dispatching, well tested and annotation based.

ProGuard rules for TinyBus

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

# TinyBus
-keepclassmembers, allowobfuscation class ** {
    @de.halfbit.tinybus.Subscribe public *;
    @de.halfbit.tinybus.Produce public *;
}

For more information about TinyBus please see the website.

Static Gson ProGuard rules

Popular ProGuard rules