2018-03-14 03:44:02 +00:00
|
|
|
dependencies {
|
|
|
|
implementation project(':timeago-parser')
|
|
|
|
|
2020-04-16 14:08:14 +00:00
|
|
|
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
2020-05-02 06:21:47 +00:00
|
|
|
implementation 'org.jsoup:jsoup:1.13.1'
|
2020-05-02 06:26:48 +00:00
|
|
|
implementation 'org.mozilla:rhino:1.7.12'
|
|
|
|
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
|
|
|
|
implementation 'org.nibor.autolink:autolink:0.10.0'
|
2018-03-14 03:44:02 +00:00
|
|
|
|
2020-05-02 06:26:48 +00:00
|
|
|
testImplementation 'junit:junit:4.13'
|
2020-04-16 14:08:14 +00:00
|
|
|
}
|