2020-04-19 17:59:39 +05:30
|
|
|
|
|
|
|
|
2018-03-14 09:14:02 +05:30
|
|
|
dependencies {
|
|
|
|
implementation project(':timeago-parser')
|
|
|
|
|
2020-04-19 17:59:39 +05:30
|
|
|
implementation 'com.github.wb9688:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
2018-03-14 09:14:02 +05:30
|
|
|
implementation 'org.jsoup:jsoup:1.9.2'
|
|
|
|
implementation 'org.mozilla:rhino:1.7.7.1'
|
|
|
|
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
|
2018-04-08 01:06:20 +05:30
|
|
|
implementation 'org.nibor.autolink:autolink:0.8.0'
|
2019-12-21 23:30:07 +05:30
|
|
|
implementation 'org.json:json:20190722'
|
2018-03-14 09:14:02 +05:30
|
|
|
|
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
|
}
|