Skip to content

Commit

Permalink
Merge pull request #281 from devgianlu/dependabot/gradle/com.google.f…
Browse files Browse the repository at this point in the history
…irebase-firebase-perf-20.5.1

Bump com.google.firebase:firebase-perf from 20.4.1 to 20.5.1
  • Loading branch information
devgianlu authored Dec 2, 2023
2 parents 6b42105 + 7fad14d commit 72c3bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

implementation('com.google.firebase:firebase-perf:20.4.1') {
implementation('com.google.firebase:firebase-perf:20.5.1') {
exclude group: 'com.google.protobuf'
}

Expand Down
2 changes: 1 addition & 1 deletion pyxoverloaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {

implementation 'com.github.instacart.truetime-android:library:3.5'

implementation('com.google.firebase:firebase-perf:20.4.1') {
implementation('com.google.firebase:firebase-perf:20.5.1') {
exclude group: 'com.google.protobuf'
}
}

0 comments on commit 72c3bd1

Please sign in to comment.