2018-03-14 03:44:02 +00:00
|
|
|
dependencies {
|
2021-08-07 21:51:09 +00:00
|
|
|
testImplementation "junit:junit:$junitVersion"
|
2019-04-28 20:03:16 +00:00
|
|
|
|
2021-08-07 21:51:09 +00:00
|
|
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
|
|
|
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
|
2020-04-16 14:08:14 +00:00
|
|
|
}
|