kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Use Piped's fork of nanojson for better performance
Also, our fork of nanojson was outdated, while FireMasterK's is not Use nanojson without fastutil Co-authored-by: Stypox <stypox@pm.me>pull/981/head
rodzic
0b99100dbd
commit
325c07def9
|
@ -27,7 +27,9 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
// When updating nanojson from FireMasterK's fork, take the last commit that does not use
|
||||||
|
// fastutil, since we don't want to add fastutil as a dependency of NewPipeExtractor.
|
||||||
|
nanojsonVersion = "f0493317e52614f296bcb491d7838b7c6e5823e6"
|
||||||
jsr305Version = "3.0.2"
|
jsr305Version = "3.0.2"
|
||||||
junitVersion = "5.12.1"
|
junitVersion = "5.12.1"
|
||||||
checkstyleVersion = "10.4"
|
checkstyleVersion = "10.4"
|
||||||
|
|
|
@ -29,8 +29,8 @@ ext {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':timeago-parser')
|
implementation project(':timeago-parser')
|
||||||
|
|
||||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
|
||||||
implementation 'org.jsoup:jsoup:1.19.1'
|
implementation 'org.jsoup:jsoup:1.19.1'
|
||||||
|
implementation "com.github.FireMasterK:nanojson:$nanojsonVersion"
|
||||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
|
|
||||||
implementation "org.mozilla:rhino:$rhinoVersion"
|
implementation "org.mozilla:rhino:$rhinoVersion"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
implementation "com.github.FireMasterK:nanojson:$nanojsonVersion"
|
||||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue