Skip to content

Commit 5c69cfc

Browse files
authored
Add checker-qual to appcheck's javadocClasspath (#3519)
1 parent c0499e6 commit 5c69cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appcheck/firebase-appcheck-safetynet/firebase-appcheck-safetynet.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies {
4949
implementation 'com.google.android.gms:play-services-safetynet:18.0.0'
5050

5151
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
52+
javadocClasspath 'org.checkerframework:checker-qual:2.5.2'
5253

5354
testImplementation 'junit:junit:4.13-beta-2'
5455
testImplementation 'org.mockito:mockito-core:2.25.0'

0 commit comments

Comments
 (0)