mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 15:30:34 +05:30
Consolidate Rhino Version
This commit is contained in:
parent
0c3ac0a308
commit
da1e0e72b0
@ -22,6 +22,10 @@ checkstyleTest {
|
||||
enabled false // do not checkstyle test files
|
||||
}
|
||||
|
||||
ext {
|
||||
rhinoVersion = '1.8.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
@ -29,8 +33,8 @@ dependencies {
|
||||
implementation 'org.jsoup:jsoup:1.17.2'
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
|
||||
implementation 'org.mozilla:rhino:1.8.0'
|
||||
implementation 'org.mozilla:rhino-engine:1.8.0'
|
||||
implementation "org.mozilla:rhino:$rhinoVersion"
|
||||
implementation "org.mozilla:rhino-engine:$rhinoVersion"
|
||||
|
||||
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user