File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ allprojects {
2727 }
2828
2929 ext {
30- // TODO Replace with NewPipe version
31- nanojsonVersion = " 0e64c2b7d1012b440c6e066539f4d2794304e989"
30+ nanojsonVersion = " e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
3231 jsr305Version = " 3.0.2"
3332 junitVersion = " 5.13.3"
3433 checkstyleVersion = " 10.4"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation project(' :timeago-parser' )
3131
3232 // TODO Replace with NewPipe
33- implementation " com.github.litetex :nanojson:$nanojsonVersion "
33+ implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
3434 implementation ' org.jsoup:jsoup:1.21.1'
3535 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
3636
Original file line number Diff line number Diff line change 11dependencies {
22 // TODO Replace with NewPipe
3- implementation " com.github.litetex :nanojson:$nanojsonVersion "
3+ implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
44 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
55 implementation project(" :timeago-parser" )
66}
You can’t perform that action at this time.
0 commit comments