Likely fix Hitomi extension
This commit is contained in:
parent
8b53568fc8
commit
69f4d1fd46
1 changed files with 8 additions and 0 deletions
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…
Reference in a new issue