Include stopbugs annotations only

This commit is contained in:
Coffeemakr 2017-11-28 12:22:35 +01:00
parent 5272468898
commit 665f38215d
No known key found for this signature in database
GPG Key ID: 3F35676D8FF6E743
1 changed files with 1 additions and 1 deletions

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'
}