Fixed bug in release builds where event bus events were not being fired
This commit is contained in:
parent
0b94eda458
commit
919043cad9
@ -37,6 +37,12 @@
|
|||||||
-keep public class acr.browser.lightning.reading.*
|
-keep public class acr.browser.lightning.reading.*
|
||||||
-keep class org.lucasr.twowayview.** { *; }
|
-keep class org.lucasr.twowayview.** { *; }
|
||||||
|
|
||||||
|
-keepattributes *Annotation*
|
||||||
|
-keepclassmembers class ** {
|
||||||
|
@com.squareup.otto.Subscribe public *;
|
||||||
|
@com.squareup.otto.Produce public *;
|
||||||
|
}
|
||||||
|
|
||||||
-assumenosideeffects class android.util.Log {
|
-assumenosideeffects class android.util.Log {
|
||||||
public static *** d(...);
|
public static *** d(...);
|
||||||
public static *** v(...);
|
public static *** v(...);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user