Depend on nanojson fork in timeago-parser

This commit is contained in:
Fynn Godau 2020-04-20 22:04:10 +02:00
parent 67de0285e1
commit 433d72c26a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.grack:nanojson:1.1'
implementation 'com.github.wb9688:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
}