Skip to content

Commit 34b59c1

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 34b59c1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ allprojects {
2727
}
2828

2929
ext {
30-
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
3130
spotbugsVersion = "4.7.3"
3231
junitVersion = "5.9.1"
3332
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
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:5df3e81e87b791d01f132f376e4b7d4a1780f346"
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'

0 commit comments

Comments
 (0)