From a6fba99e32b1c1baa1cf1df7a18e88c1cc1545d3 Mon Sep 17 00:00:00 2001 From: Bruno Coelho <4brunu@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:47:02 +0100 Subject: [PATCH] Add missing proguard rules --- library/consumer-proguard-rules.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/consumer-proguard-rules.txt b/library/consumer-proguard-rules.txt index 316429f5e..3b4db13c5 100644 --- a/library/consumer-proguard-rules.txt +++ b/library/consumer-proguard-rules.txt @@ -4,3 +4,6 @@ } -keep,allowobfuscation class com.tom_roush.pdfbox.pdmodel.documentinterchange.** { *; } + +-dontwarn com.gemalto.jp2.JP2Decoder +-dontwarn com.gemalto.jp2.JP2Encoder