Skip to content

Commit

Permalink
fix(vertexai): export the firebase-common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Sep 18, 2024
1 parent 48d460c commit 146181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-vertexai/firebase-vertexai.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation("io.ktor:ktor-client-logging:$ktorVersion")
compileOnly("io.ktor:ktor-client-mock:$ktorVersion")

implementation("com.google.firebase:firebase-common:21.0.0")
api("com.google.firebase:firebase-common:21.0.0")
implementation("com.google.firebase:firebase-components:18.0.0")
implementation("com.google.firebase:firebase-annotations:16.2.0")
implementation("com.google.firebase:firebase-appcheck-interop:17.1.0")
Expand Down

0 comments on commit 146181c

Please sign in to comment.