添加打包规则。

This commit is contained in:
ocean 2025-11-18 14:51:26 +08:00
parent c43c424352
commit 2d8645fce8

View File

@ -26,3 +26,10 @@
-dontwarn com.yalantis.ucrop**
-keep class com.yalantis.ucrop** { *; }
-keep interface com.yalantis.ucrop** { *; }
# 禁用 JPXDecodeJPEG2000避免调用 JP2Decoder
-assumenosideeffects class com.tom_roush.pdfbox.filter.JPXFilter {
*;
}
# 防止缺少 gemalto JP2Decoder 报错
-dontwarn com.gemalto.jp2.**
-dontwarn com.tom_roush.pdfbox.filter.JPXFilter