We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a1e65 + 6c5d58b commit b892318Copy full SHA for b892318
app/proguard-rules.pro
@@ -16,6 +16,11 @@
16
-dontwarn javax.script.**
17
-keep class jdk.dynalink.** { *; }
18
-dontwarn jdk.dynalink.**
19
+# Rules for jsoup
20
+# Ignore intended-to-be-optional re2j classes - only needed if using re2j for jsoup regex
21
+# jsoup safely falls back to JDK regex if re2j not on classpath, but has concrete re2j refs
22
+# See https://github.com/jhy/jsoup/issues/2459 - may be resolved in future, then this may be removed
23
+-dontwarn com.google.re2j.**
24
25
## Rules for ExoPlayer
26
-keep class com.google.android.exoplayer2.** { *; }
0 commit comments