Skip to content

Commit aa05311

Browse files
authored
Adding an ignore rule to the optional classes check (#22521)
1 parent 4553257 commit aa05311

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WordPress/proguard.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@
102102
-keep class * extends androidx.fragment.app.Fragment
103103

104104
###### Main resource class - end
105+
106+
###### jsoup - begin
107+
# jsoup has optional support for Google's RE2J regex library which is not included
108+
-dontwarn com.google.re2j.Matcher
109+
-dontwarn com.google.re2j.Pattern
110+
###### jsoup - end

0 commit comments

Comments
 (0)