mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Updated proguard rules
This commit is contained in:
parent
98d9b43c48
commit
4f6c078c15
1 changed files with 5 additions and 0 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -58,6 +58,11 @@
|
||||||
-keeppackagenames org.jsoup.nodes
|
-keeppackagenames org.jsoup.nodes
|
||||||
-keepnames class org.jsoup.** {*;}
|
-keepnames class org.jsoup.** {*;}
|
||||||
|
|
||||||
|
#CSS Parser
|
||||||
|
-keepnames class com.steadystate.css.** {*;}
|
||||||
|
-keepnames class org.w3c.css.** {*;}
|
||||||
|
-keepnames class org.w3c.dom.** {*;}
|
||||||
|
|
||||||
#CSS Parser / biweekly
|
#CSS Parser / biweekly
|
||||||
-dontwarn org.w3c.dom.**
|
-dontwarn org.w3c.dom.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue