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,7 +27,8 @@ allprojects {
2727 }
2828
2929 ext {
30- nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
30+ // TODO Replace with NewPipe version
31+ nanojsonVersion = " 0e64c2b7d1012b440c6e066539f4d2794304e989"
3132 jsr305Version = " 3.0.2"
3233 junitVersion = " 5.12.1"
3334 checkstyleVersion = " 10.4"
Original file line number Diff line number Diff line change 2929dependencies {
3030 implementation project(' :timeago-parser' )
3131
32- implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
32+ // TODO Replace with NewPipe
33+ implementation " com.github.litetex:nanojson:$nanojsonVersion "
3334 implementation ' org.jsoup:jsoup:1.19.1'
3435 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
3536
Original file line number Diff line number Diff line change 11dependencies {
2- implementation " com.github.TeamNewPipe:nanojson:$nanojsonVersion "
2+ // TODO Replace with NewPipe
3+ implementation " com.github.litetex:nanojson:$nanojsonVersion "
34 implementation " com.google.code.findbugs:jsr305:$jsr305Version "
45 implementation project(" :timeago-parser" )
56}
You can’t perform that action at this time.
0 commit comments