mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 14:20:33 +05:30
7 lines
218 B
Groovy
7 lines
218 B
Groovy
dependencies {
|
|
testImplementation "junit:junit:$junitVersion"
|
|
|
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
|
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
|
|
}
|