Skip to content

Commit

Permalink
Use Piped's fork of nanojson for better performance
Browse files Browse the repository at this point in the history
Also, our fork of nanojson was outdated, while FireMasterK's is not
  • Loading branch information
Stypox committed Nov 24, 2022
1 parent c953e23 commit 34b59c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ allprojects {
}

ext {
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
spotbugsVersion = "4.7.3"
junitVersion = "5.9.1"
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11
Expand Down
2 changes: 1 addition & 1 deletion extractor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checkstyleTest {
dependencies {
implementation project(':timeago-parser')

implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation "com.github.FireMasterK:nanojson:5df3e81e87b791d01f132f376e4b7d4a1780f346"
implementation 'org.jsoup:jsoup:1.15.3'
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
implementation 'org.nibor.autolink:autolink:0.10.0'
Expand Down

0 comments on commit 34b59c1

Please sign in to comment.