Remove unused dependency.

This commit is contained in:
Kavin 2022-11-26 20:17:25 +00:00
parent a3ed947b2d
commit faf28f5c11
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ dependencies {
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation 'org.jsoup:jsoup:1.15.3'
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
implementation 'org.nibor.autolink:autolink:0.10.0'
// 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