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 25f0ce7 + fa25a72 commit 6a85836Copy full SHA for 6a85836
1 file changed
extractor/build.gradle
@@ -27,10 +27,13 @@ dependencies {
27
28
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
29
implementation 'org.jsoup:jsoup:1.15.3'
30
- implementation 'org.mozilla:rhino:1.7.14'
31
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
32
implementation 'org.nibor.autolink:autolink:0.10.0'
33
+ // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
34
+ // available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
35
+ implementation 'org.mozilla:rhino:1.7.13'
36
+
37
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
38
39
testImplementation platform("org.junit:junit-bom:$junitVersion")
0 commit comments