Files
NewPipeExtractor/timeago-parser/build.gradle
2021-08-07 17:51:09 -04:00

7 lines
218 B
Groovy

dependencies {
testImplementation "junit:junit:$junitVersion"
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
}