mirror of
https://github.com/FossifyOrg/Flashlight.git
synced 2026-01-22 06:21:54 -05:00
7 lines
151 B
Prolog
7 lines
151 B
Prolog
# Otto
|
|
-keepattributes *Annotation*
|
|
-keepclassmembers class ** {
|
|
@com.squareup.otto.Subscribe public *;
|
|
@com.squareup.otto.Produce public *;
|
|
}
|