build: update ProGuard rules to keep NativePdfiumBridge (#79)
This commit is contained in:
parent
d6f7509e81
commit
00d6931b3a
1 changed files with 5 additions and 1 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -79,3 +79,7 @@
|
|||
-dontwarn javax.imageio.**
|
||||
|
||||
-keepattributes Signature, EnclosingMethod, InnerClasses, *Annotation*
|
||||
|
||||
-keep class com.aryan.reader.pdf.NativePdfiumBridge {
|
||||
*;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue