mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Fixed unzip
This commit is contained in:
parent
a429d2a64d
commit
936e3bf91d
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
@ -143,3 +143,7 @@
|
|||
#Misc
|
||||
-dontwarn org.slf4j.impl.StaticLoggerBinder
|
||||
-dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings
|
||||
|
||||
#Apache Commons Compress
|
||||
-keep class org.apache.commons.compress.archivers.zip.** {*;}
|
||||
-keep class org.apache.commons.compress.compressors.gzip.** {*;}
|
||||
|
|
Loading…
Reference in a new issue