Skip to content

Commit 16b3d9d

Browse files
committed
chore: pin the firebase-dynamic-links version
1 parent 16f24d9 commit 16b3d9d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dl-invites/app/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ dependencies {
3939
implementation("com.google.android.material:material:1.12.0")
4040
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
4141

42-
// Import the BoM for the Firebase platform
43-
implementation(platform("com.google.firebase:firebase-bom:34.0.0"))
44-
4542
// Add the dependency for the Dynamic Links library
46-
// When using the BoM, you don't specify versions in Firebase library dependencies
47-
implementation("com.google.firebase:firebase-dynamic-links")
43+
implementation("com.google.firebase:firebase-dynamic-links:22.1.0")
4844
}

dynamic-links/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
// When using the BoM, you don't specify versions in Firebase library dependencies
4242
implementation("com.google.firebase:firebase-auth")
4343
implementation("com.google.firebase:firebase-database")
44-
implementation("com.google.firebase:firebase-dynamic-links")
44+
implementation("com.google.firebase:firebase-dynamic-links:22.1.0")
4545
implementation("com.google.firebase:firebase-invites:17.0.0")
4646

4747
// For an optimal experience using Dynamic Links, add the Firebase SDK

0 commit comments

Comments
 (0)