mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-29 05:18:05 +00:00
Update to latest nanojson version of TeamNewPipe
This commit is contained in:
parent
182df6eebe
commit
4d7a494757
@ -27,8 +27,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
// TODO Replace with NewPipe version
|
nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
|
||||||
nanojsonVersion = "0e64c2b7d1012b440c6e066539f4d2794304e989"
|
|
||||||
jsr305Version = "3.0.2"
|
jsr305Version = "3.0.2"
|
||||||
junitVersion = "5.13.3"
|
junitVersion = "5.13.3"
|
||||||
checkstyleVersion = "10.4"
|
checkstyleVersion = "10.4"
|
||||||
|
@ -30,7 +30,7 @@ dependencies {
|
|||||||
implementation project(':timeago-parser')
|
implementation project(':timeago-parser')
|
||||||
|
|
||||||
// TODO Replace with NewPipe
|
// TODO Replace with NewPipe
|
||||||
implementation "com.github.litetex:nanojson:$nanojsonVersion"
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||||
implementation 'org.jsoup:jsoup:1.21.1'
|
implementation 'org.jsoup:jsoup:1.21.1'
|
||||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
// TODO Replace with NewPipe
|
// TODO Replace with NewPipe
|
||||||
implementation "com.github.litetex:nanojson:$nanojsonVersion"
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
implementation project(":timeago-parser")
|
implementation project(":timeago-parser")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user