We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cc21f commit 849b645Copy full SHA for 849b645
appcheck/firebase-appcheck-playintegrity/firebase-appcheck-playintegrity.gradle
@@ -48,6 +48,8 @@ dependencies {
48
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
49
implementation 'com.google.android.play:integrity:1.0.1'
50
51
+ javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
52
+
53
testImplementation 'junit:junit:4.13.2'
54
testImplementation 'org.mockito:mockito-core:3.4.6'
55
testImplementation "com.google.truth:truth:$googleTruthVersion"
0 commit comments