From f1b90985da859ff4009540b6b61407d31bb16f65 Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Sun, 9 Feb 2025 20:45:17 +0100 Subject: [PATCH] Remove outdated comment --- extractor/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index aab2494fe..3f626d651 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -29,8 +29,6 @@ dependencies { implementation 'org.jsoup:jsoup:1.17.2' implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion" - // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not - // available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown implementation 'org.mozilla:rhino:1.7.15' checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"