mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2024-12-11 16:46:18 +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 *;
|
|
}
|