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 5c69cfc commit f103c35Copy full SHA for f103c35
appcheck/firebase-appcheck-debug-testing/firebase-appcheck-debug-testing.gradle
@@ -52,6 +52,8 @@ dependencies {
52
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
53
implementation 'androidx.test:core:1.2.0'
54
55
+ javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
56
+
57
testImplementation 'junit:junit:4.13-beta-2'
58
testImplementation 'org.mockito:mockito-core:2.25.0'
59
testImplementation "org.robolectric:robolectric:$robolectricVersion"
0 commit comments