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 c0499e6 commit 5c69cfcCopy full SHA for 5c69cfc
appcheck/firebase-appcheck-safetynet/firebase-appcheck-safetynet.gradle
@@ -49,6 +49,7 @@ dependencies {
49
implementation 'com.google.android.gms:play-services-safetynet:18.0.0'
50
51
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
52
+ javadocClasspath 'org.checkerframework:checker-qual:2.5.2'
53
54
testImplementation 'junit:junit:4.13-beta-2'
55
testImplementation 'org.mockito:mockito-core:2.25.0'
0 commit comments