Skip to content

Commit

Permalink
Merge pull request #4358 from nextcloud/renovate/com.google.firebase-…
Browse files Browse the repository at this point in the history
…firebase-messaging-24.x

fix(deps): update dependency com.google.firebase:firebase-messaging to v24.0.3
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
2 parents 90bac38 + 9cbfe3a commit 3f16a5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ dependencies {
implementation 'com.github.nextcloud-deps:android-talk-webrtc:121.6167.0'

gplayImplementation 'com.google.android.gms:play-services-base:18.5.0'
gplayImplementation "com.google.firebase:firebase-messaging:24.0.2"
gplayImplementation "com.google.firebase:firebase-messaging:24.0.3"

//compose
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5213,6 +5213,14 @@
<sha256 value="2f59356a419a16cc3da20ff4f63678ad0be2a13054a0b8709d7936d60dd4437e" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.google.firebase" name="firebase-messaging" version="24.0.3">
<artifact name="firebase-messaging-24.0.3.aar">
<sha256 value="b949d4e30bca25e688d57e3a6b64deb81ee758fcd420bfef6a927cff25a72964" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="firebase-messaging-24.0.3.pom">
<sha256 value="a1c54ec066321ad3188e07c48df81ac07d778a298209f893acacdc902a5825e2" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.google.guava" name="failureaccess" version="1.0.1">
<artifact name="failureaccess-1.0.1.pom">
<sha256 value="e96042ce78fecba0da2be964522947c87b40a291b5fd3cd672a434924103c4b9" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 3f16a5a

Please sign in to comment.