mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 13:02:35 +01:00
8 lines
258 B
Prolog
8 lines
258 B
Prolog
-ignorewarnings
|
|
|
|
-keep class * extends com.raizlabs.android.dbflow.config.DatabaseHolder { *; }
|
|
-keepattributes *Annotation*
|
|
-keepclassmembers class ** {
|
|
@org.greenrobot.eventbus.Subscribe <methods>;
|
|
}
|
|
-keep enum org.greenrobot.eventbus.ThreadMode { *; } |