6 lines
218 B
Groovy
6 lines
218 B
Groovy
dependencies {
|
|
testImplementation "junit:junit:$junitVersion"
|
|
|
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
|
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
|
|
}
|