Skip to content

Commit bfdcd1d

Browse files
committed
fix merge conflict markets
1 parent 85bb0c4 commit bfdcd1d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

firestore/app/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ dependencies {
4444
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
4545

4646
// Import the BoM for the Firebase platform
47-
<<<<<<< HEAD
4847
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
49-
=======
50-
implementation(platform("com.google.firebase:firebase-bom:34.8.0"))
51-
>>>>>>> master
5248

5349
// Declare the dependency for the Cloud Firestore library
5450
// When using the BoM, you don't specify versions in Firebase library dependencies
@@ -57,11 +53,7 @@ dependencies {
5753

5854
// Firebase / Play Services
5955
implementation("com.google.firebase:firebase-auth")
60-
<<<<<<< HEAD
6156
implementation("com.google.android.gms:play-services-auth:21.5.1")
62-
=======
63-
implementation("com.google.android.gms:play-services-auth:21.5.0")
64-
>>>>>>> master
6557
implementation("com.google.firebase:firebase-functions")
6658

6759
// GeoFire (for Geoqueries solution)

0 commit comments

Comments
 (0)