tunnel: make JSR305 annotations a compileOnly dependency
These have no business being part of the runtime classpath of this library Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
836c367499
commit
6da1d5ed01
@ -52,7 +52,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "androidx.annotation:annotation:$annotationsVersion"
|
implementation "androidx.annotation:annotation:$annotationsVersion"
|
||||||
implementation "androidx.collection:collection:$collectionVersion"
|
implementation "androidx.collection:collection:$collectionVersion"
|
||||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
compileOnly "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
testImplementation "junit:junit:$junitVersion"
|
testImplementation "junit:junit:$junitVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user