File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ allprojects {
2727 }
2828
2929 ext {
30- nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751 "
30+ nanojsonVersion = " 5df3e81e87b791d01f132f376e4b7d4a1780f346 "
3131 spotbugsVersion = " 4.7.3"
3232 junitVersion = " 5.9.1"
3333 checkstyleVersion = " 9.3" // do not use latest version (10.0) as it requires compile JDK 11
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ checkstyleTest {
2525dependencies {
2626 implementation project(' :timeago-parser' )
2727
28- implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
28+ implementation " com.github.FireMasterK :nanojson:$nanojsonVersion "
2929 implementation ' org.jsoup:jsoup:1.15.3'
3030 implementation " com.github.spotbugs:spotbugs-annotations:$spotbugsVersion "
3131 implementation ' org.nibor.autolink:autolink:0.10.0'
Original file line number Diff line number Diff line change 11dependencies {
2- implementation " com.github.TeamNewPipe :nanojson:$nanojsonVersion "
2+ implementation " com.github.FireMasterK :nanojson:$nanojsonVersion "
33 implementation " com.github.spotbugs:spotbugs-annotations:$spotbugsVersion "
44}
You can’t perform that action at this time.
0 commit comments