Likely fix Hitomi extension
This commit is contained in:
parent
8b53568fc8
commit
69f4d1fd46
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
@ -37,6 +37,14 @@
|
||||
public *;
|
||||
}
|
||||
|
||||
# Hitomi extension crash fix
|
||||
-keepclassmembers class rx.Single {
|
||||
*** onSubscribe;
|
||||
final *;
|
||||
protected *;
|
||||
public *;
|
||||
}
|
||||
|
||||
# RxJava 1.1.0
|
||||
-dontwarn sun.misc.**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user