NewPipeExtractor/timeago-parser/build.gradle

7 lines
224 B
Groovy
Raw Normal View History

dependencies {
2020-12-22 03:52:16 +05:30
testImplementation 'junit:junit:4.13.1'
2020-04-16 19:38:14 +05:30
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
2020-05-02 11:56:48 +05:30
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
2020-04-16 19:38:14 +05:30
}