修复可能出现的pdf查看错误。

This commit is contained in:
ocean 2025-12-04 10:18:40 +08:00
parent 9a882bc4e1
commit 83fd2ddfec

View File

@ -20,7 +20,13 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.shockwave.**
# PDFium完整保留
-keep class com.shockwave.** { *; }
-keep class com.github.barteksc.pdfviewer.** { *; }
-keepclassmembers class * {
native <methods>;
}
-keep class com.luck.picture.lib.** { *; }
-keep class com.luck.lib.camerax.** { *; }
-dontwarn com.yalantis.ucrop**