Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 59eb998

Browse files
committed
Add dontwarn rule for jsoup
1 parent 23adb06 commit 59eb998

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/consumer-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# AGP seems to remove this class, but ezvcard.io uses it. See https://github.com/bitfireAT/davx5/issues/499
88
-keep class javax.xml.namespace.QName { *; }
9+
10+
# don't warn about jsoup
11+
-dontwarn org.jsoup.**

0 commit comments

Comments
 (0)