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 8407b5a commit ef068e1Copy full SHA for ef068e1
app/proguard-rules.pro
@@ -5,10 +5,17 @@
5
6
## Rules for NewPipeExtractor
7
-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
8
+## Rules for Rhino and Rhino Engine
9
+-keep class org.mozilla.javascript.* { *; }
10
-keep class org.mozilla.javascript.** { *; }
11
+-keep class org.mozilla.javascript.engine.** { *; }
12
-keep class org.mozilla.classfile.ClassFileWriter
13
-dontwarn org.mozilla.javascript.JavaToJSONConverters
14
-dontwarn org.mozilla.javascript.tools.**
15
+-keep class javax.script.** { *; }
16
+-dontwarn javax.script.**
17
+-keep class jdk.dynalink.** { *; }
18
+-dontwarn jdk.dynalink.**
19
20
## Rules for ExoPlayer
21
-keep class com.google.android.exoplayer2.** { *; }
0 commit comments