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 dce851d commit 470b02cCopy full SHA for 470b02c
firebase-storage/firebase-storage.gradle
@@ -102,7 +102,7 @@ dependencies {
102
testImplementation "com.google.truth:truth:$googleTruthVersion"
103
testImplementation 'androidx.test:rules:1.2.0'
104
testImplementation 'androidx.test:core:1.2.0'
105
- testImplementation 'com.google.firebase:firebase-appcheck:16.1.1'
+ testImplementation project(':appcheck:firebase-appcheck')
106
}
107
108
// ==========================================================================
0 commit comments