We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c953e23 commit 34b59c1Copy full SHA for 34b59c1
2 files changed
build.gradle
@@ -27,7 +27,6 @@ allprojects {
27
}
28
29
ext {
30
- nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
31
spotbugsVersion = "4.7.3"
32
junitVersion = "5.9.1"
33
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11
extractor/build.gradle
@@ -25,7 +25,7 @@ checkstyleTest {
25
dependencies {
26
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'
0 commit comments