Skip to content

Commit 1e0e499

Browse files
authored
Pin appcheck-interop dependency to latest released version (#6242)
There's no need for functions to depend at a project level on the appcheck interop library.
1 parent 914f493 commit 1e0e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/firebase-functions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation("com.google.firebase:firebase-annotations:16.2.0")
6363
implementation("com.google.firebase:firebase-common:20.3.1")
6464
implementation("com.google.firebase:firebase-components:17.1.0")
65-
implementation(project(":appcheck:firebase-appcheck-interop"))
65+
implementation("com.google.firebase:firebase-appcheck-interop:17.1.0")
6666
implementation(libs.kotlin.stdlib)
6767
implementation(libs.playservices.base)
6868
implementation(libs.playservices.basement)

0 commit comments

Comments
 (0)