Skip to content

Commit

Permalink
Pin appcheck-interop dependency to latest released version (#6242)
Browse files Browse the repository at this point in the history
There's no need for functions to depend at a project level on the
appcheck interop library.
  • Loading branch information
rlazo committed Sep 10, 2024
1 parent 914f493 commit 1e0e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-functions/firebase-functions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("com.google.firebase:firebase-annotations:16.2.0")
implementation("com.google.firebase:firebase-common:20.3.1")
implementation("com.google.firebase:firebase-components:17.1.0")
implementation(project(":appcheck:firebase-appcheck-interop"))
implementation("com.google.firebase:firebase-appcheck-interop:17.1.0")
implementation(libs.kotlin.stdlib)
implementation(libs.playservices.base)
implementation(libs.playservices.basement)
Expand Down

0 comments on commit 1e0e499

Please sign in to comment.