Change nanojson dependency to @wb9688's fork

This commit is contained in:
Fynn Godau 2020-04-19 14:29:39 +02:00
parent 5c0a03328a
commit 9c239371f4
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

View File

@ -1,7 +1,9 @@
dependencies {
implementation project(':timeago-parser')
implementation 'com.grack:nanojson:1.1'
implementation 'com.github.wb9688:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'org.jsoup:jsoup:1.9.2'
implementation 'org.mozilla:rhino:1.7.7.1'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'