Skip to content

Commit

Permalink
Merge pull request #13082 from woocommerce/dependabot/gradle/com.goog…
Browse files Browse the repository at this point in the history
…le.firebase-firebase-bom-33.7.0

Bump com.google.firebase:firebase-bom from 32.7.1 to 33.9.0
  • Loading branch information
malinajirka authored Feb 17, 2025
2 parents 2416dc4 + 0584fe9 commit 78257cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.woocommerce.android.config

import androidx.annotation.VisibleForTesting
import com.google.firebase.remoteconfig.FirebaseRemoteConfig
import com.google.firebase.remoteconfig.ktx.remoteConfigSettings
import com.google.firebase.remoteconfig.remoteConfigSettings
import com.woocommerce.android.util.PackageUtils
import com.woocommerce.android.util.WooLog
import com.woocommerce.android.util.WooLog.T
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.woocommerce.android.di

import android.content.Context
import com.google.firebase.ktx.Firebase
import com.google.firebase.remoteconfig.ktx.remoteConfig
import com.google.firebase.Firebase
import com.google.firebase.remoteconfig.remoteConfig
import com.woocommerce.android.analytics.ExperimentTracker
import com.woocommerce.android.analytics.FirebaseTracker
import com.woocommerce.android.config.FirebaseRemoteConfigRepository
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fladle = '0.17.5'
glassfish-javax-annotation = "10.0-b28"
google-autoService = "1.0-rc4"
google-dagger = "2.55"
google-firebase-bom = '32.7.1'
google-firebase-bom = '33.9.0'
google-gson = '2.10.1'
google-guava = '33.3.1-android'
google-horologist = '0.6.10'
Expand Down

0 comments on commit 78257cc

Please sign in to comment.