mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +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
|
#Misc
|
||||||
-dontwarn org.slf4j.impl.StaticLoggerBinder
|
-dontwarn org.slf4j.impl.StaticLoggerBinder
|
||||||
-dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings
|
-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