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 e9af231 commit d982626Copy full SHA for d982626
firebase-vertexai/firebase-vertexai.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
implementation("io.ktor:ktor-client-logging:$ktorVersion")
67
compileOnly("io.ktor:ktor-client-mock:$ktorVersion")
68
69
- implementation("com.google.firebase:firebase-common:21.0.0")
+ api("com.google.firebase:firebase-common:21.0.0")
70
implementation("com.google.firebase:firebase-components:18.0.0")
71
implementation("com.google.firebase:firebase-annotations:16.2.0")
72
implementation("com.google.firebase:firebase-appcheck-interop:17.1.0")
0 commit comments