NewPipeExtractor/timeago-parser/build.gradle

7 lines
222 B
Groovy
Raw Permalink Normal View History

dependencies {
2020-05-02 08:26:48 +02:00
testImplementation 'junit:junit:4.13'
2020-04-16 16:08:14 +02:00
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
2020-05-02 08:26:48 +02:00
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2'
2020-04-16 16:08:14 +02:00
}