Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Migrate away from perf-ktx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored and renovate[bot] committed Oct 26, 2023
1 parent dc03bcf commit f3bc558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package app.tivi.core.perf

import com.google.firebase.perf.ktx.trace as firebaseTrace
import com.google.firebase.perf.trace as firebaseTrace
import me.tatarka.inject.annotations.Inject

@Inject
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tools-desugarjdklibs = "com.android.tools:desugar_jdk_libs:2.0.3"

google-firebase-analytics = "com.google.firebase:firebase-analytics:21.4.0"
google-firebase-crashlytics = "com.google.firebase:firebase-crashlytics-ktx:18.5.0"
google-firebase-perf = "com.google.firebase:firebase-perf-ktx:20.5.0"
google-firebase-perf = "com.google.firebase:firebase-perf:20.5.0"

imageloader = "io.github.qdsfdhvh:image-loader:1.6.8"

Expand Down

0 comments on commit f3bc558

Please sign in to comment.