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.
1 parent bdebc92 commit ec81b6bCopy full SHA for ec81b6b
app/proguard-rules.pro
@@ -16,11 +16,6 @@
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