Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 92695f93 authored by Tommy Webb's avatar Tommy Webb Committed by Michael Bestas
Browse files

Fix zip archive interactions

Adjust proguard flags to stop removing ZipExtraField, which is needed.

Approach copied from https://issuetracker.google.com/issues/284656253

Issue: calyxos#2224
Change-Id: I5b78a5a90ea5a0f2bc1320c94afd71ded480aa63
parent ea9cfa6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,3 +25,6 @@
# To prevent class not found exception in org.brotli.dec.Dictionary
-keep final class org.brotli.dec.DictionaryData

# Needed for zip file interactions
-if class * extends org.apache.commons.compress.archivers.zip.ZipExtraField
-keep class <1> { <init>(); }