mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-01-01 03:27:30 +01: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 *;
|
|
}
|