We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836c367 commit 6da1d5eCopy full SHA for 6da1d5e
tunnel/build.gradle
@@ -52,7 +52,7 @@ android {
52
dependencies {
53
implementation "androidx.annotation:annotation:$annotationsVersion"
54
implementation "androidx.collection:collection:$collectionVersion"
55
- implementation "com.google.code.findbugs:jsr305:$jsr305Version"
+ compileOnly "com.google.code.findbugs:jsr305:$jsr305Version"
56
testImplementation "junit:junit:$junitVersion"
57
}
58
0 commit comments