2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-22 09:57:38 +00:00

Update to latest nanojson version of TeamNewPipe

This commit is contained in:
litetex 2025-07-13 20:54:28 +02:00
parent 182df6eebe
commit 4d7a494757
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689
3 changed files with 3 additions and 4 deletions

View File

@ -27,8 +27,7 @@ allprojects {
}
ext {
// TODO Replace with NewPipe version
nanojsonVersion = "0e64c2b7d1012b440c6e066539f4d2794304e989"
nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
jsr305Version = "3.0.2"
junitVersion = "5.13.3"
checkstyleVersion = "10.4"

View File

@ -30,7 +30,7 @@ dependencies {
implementation project(':timeago-parser')
// TODO Replace with NewPipe
implementation "com.github.litetex:nanojson:$nanojsonVersion"
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation 'org.jsoup:jsoup:1.21.1'
implementation "com.google.code.findbugs:jsr305:$jsr305Version"

View File

@ -1,6 +1,6 @@
dependencies {
// TODO Replace with NewPipe
implementation "com.github.litetex:nanojson:$nanojsonVersion"
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
implementation project(":timeago-parser")
}