NewPipeExtractor/extractor/build.gradle

13 lines
478 B
Groovy
Raw Normal View History

dependencies {
implementation project(':timeago-parser')
2020-04-16 19:38:14 +05:30
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
2020-05-02 11:51:47 +05:30
implementation 'org.jsoup:jsoup:1.13.1'
2020-05-02 11:56:48 +05:30
implementation 'org.mozilla:rhino:1.7.12'
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
implementation 'org.nibor.autolink:autolink:0.10.0'
2020-12-22 03:52:16 +05:30
testImplementation 'junit:junit:4.13.1'
2020-06-11 18:36:08 +05:30
testImplementation "com.squareup.okhttp3:okhttp:3.12.11"
2020-04-16 19:38:14 +05:30
}