mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-22 09:57:38 +00:00
Use my nanojson version which has some shortcut methods
This commit is contained in:
parent
64938b024b
commit
ed37a429d1
@ -27,7 +27,8 @@ allprojects {
|
||||
}
|
||||
|
||||
ext {
|
||||
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
||||
// TODO Replace with NewPipe version
|
||||
nanojsonVersion = "0e64c2b7d1012b440c6e066539f4d2794304e989"
|
||||
jsr305Version = "3.0.2"
|
||||
junitVersion = "5.13.3"
|
||||
checkstyleVersion = "10.4"
|
||||
|
@ -29,7 +29,8 @@ ext {
|
||||
dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||
// TODO Replace with NewPipe
|
||||
implementation "com.github.litetex:nanojson:$nanojsonVersion"
|
||||
implementation 'org.jsoup:jsoup:1.21.1'
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
dependencies {
|
||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||
// TODO Replace with NewPipe
|
||||
implementation "com.github.litetex:nanojson:$nanojsonVersion"
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
implementation project(":timeago-parser")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user