Fix crash due to R8 with protobuf

This commit is contained in:
Pierre-Yves Nicolas
2025-08-24 12:07:32 +02:00
parent 5088110192
commit b07526b228

View File

@@ -22,3 +22,6 @@
-dontwarn com.gemalto.jp2.JP2Decoder
-dontwarn com.gemalto.jp2.JP2Encoder
-keep class org.mydomain.myscan.RecentDocument* { *; }
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { *; }