Skip to content

Commit df589f6

Browse files
committed
Firebase Perf fix
(included in firebase-bom 34.5.0)
1 parent fb4a5ca commit df589f6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class AndroidApplicationFirebaseConventionPlugin : Plugin<Project> {
2828
override fun apply(target: Project) {
2929
with(target) {
3030
apply(plugin = "com.google.gms.google-services")
31-
// https://github.com/firebase/firebase-android-sdk/issues/7293
32-
// apply(plugin = "com.google.firebase.firebase-perf")
31+
apply(plugin = "com.google.firebase.firebase-perf")
3332
apply(plugin = "com.google.firebase.crashlytics")
3433

3534
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ coil = "2.7.0"
3434
dependencyGuard = "0.5.0"
3535
firebaseBom = "33.7.0"
3636
firebaseCrashlyticsPlugin = "3.0.6"
37-
firebasePerfPlugin = "2.0.1"
37+
firebasePerfPlugin = "2.0.2"
3838
gmsPlugin = "4.4.2"
3939
googleOss = "17.1.0"
4040
googleOssPlugin = "0.10.8"

0 commit comments

Comments
 (0)