File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ dependencies {
208208 implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
209209 // WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with
210210 // the corresponding commit hash, since JitPack is sometimes buggy
211- implementation ' com.github.TeamNewPipe:NewPipeExtractor:9f83b385a '
211+ implementation ' com.github.TeamNewPipe:NewPipeExtractor:0b99100db '
212212 implementation ' com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
213213
214214/* * Checkstyle **/
Original file line number Diff line number Diff line change 55
66## Rules for NewPipeExtractor
77-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
8+ ## Rules for Rhino and Rhino Engine
9+ -keep class org.mozilla.javascript.* { *; }
810-keep class org.mozilla.javascript.** { *; }
11+ -keep class org.mozilla.javascript.engine.** { *; }
912-keep class org.mozilla.classfile.ClassFileWriter
1013-dontwarn org.mozilla.javascript.JavaToJSONConverters
1114-dontwarn org.mozilla.javascript.tools.**
15+ -keep class javax.script.** { *; }
16+ -dontwarn javax.script.**
17+ -keep class jdk.dynalink.** { *; }
18+ -dontwarn jdk.dynalink.**
1219
1320## Rules for ExoPlayer
1421-keep class com.google.android.exoplayer2.** { *; }
You can’t perform that action at this time.
0 commit comments