Fix a Guya crashlytics crash
This commit is contained in:
parent
273d61e69b
commit
b657af8d1c
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -94,6 +94,11 @@
|
||||
rx.Observable concatWith(rx.Observable);
|
||||
}
|
||||
|
||||
# Guya
|
||||
-keepclassmembers class rx.observables.BlockingObservable {
|
||||
*** subscribe(rx.functions.Action1);
|
||||
}
|
||||
|
||||
# RxJava 1.1.0
|
||||
-dontwarn sun.misc.**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user