mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
Only ``javax.annotation.Nonull`` or ``javax.annotation.Nullable`` are currently in used which means that spotbugs can and should be removed. See https://github.com/TeamNewPipe/NewPipeExtractor/issues/1278 for details
5 lines
155 B
Groovy
5 lines
155 B
Groovy
dependencies {
|
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
|
}
|