File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,13 @@ dependencies {
2727
2828 implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
2929 implementation ' org.jsoup:jsoup:1.15.3'
30- implementation ' org.mozilla:rhino:1.7.14'
3130 implementation " com.github.spotbugs:spotbugs-annotations:$spotbugsVersion "
3231 implementation ' org.nibor.autolink:autolink:0.10.0'
3332
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+
3437 checkstyle " com.puppycrawl.tools:checkstyle:$checkstyleVersion "
3538
3639 testImplementation platform(" org.junit:junit-bom:$junitVersion " )
You can’t perform that action at this time.
0 commit comments