Skip to content

Commit a6b9f25

Browse files
committed
Use Piped's fork of nanojson for better performance
Also, our fork of nanojson was outdated, while FireMasterK's is not
1 parent c953e23 commit a6b9f25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff 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

extractor/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ checkstyleTest {
2525
dependencies {
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'

timeago-parser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
2+
implementation "com.github.FireMasterK:nanojson:$nanojsonVersion"
33
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
44
}

0 commit comments

Comments
 (0)