2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 14:26:14 +00:00

Merge pull request #47 from coffeemakr/bugfix-correct-dependency-for-annotaions

Include stopbugs annotations only
This commit is contained in:
Christian Schabesberger
2017-11-29 11:51:24 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ dependencies {
implementation 'com.grack:nanojson:1.1'
implementation 'org.jsoup:jsoup:1.9.2'
implementation 'org.mozilla:rhino:1.7.7.1'
implementation 'com.github.spotbugs:spotbugs:3.1.0'
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
testImplementation 'junit:junit:4.12'
}