Skip to content

Commit

Permalink
fix(deps): update dependency com.google.firebase:firebase-messaging t…
Browse files Browse the repository at this point in the history
…o v24.0.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent a80150c commit 879c0e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,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.0"
gplayImplementation "com.google.firebase:firebase-messaging:24.0.1"

//compose
implementation(platform("androidx.compose:compose-bom:2024.08.00"))
Expand Down Expand Up @@ -345,7 +345,7 @@ dependencies {
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.6.4'

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

implementation 'androidx.activity:activity-ktx:1.9.1'

Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4762,6 +4762,14 @@
<sha256 value="ae232cb0e20e90ecf2153f3bd213dd9cec915e7e2a721d6e51b032b1b9a27ca8" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.google.firebase" name="firebase-messaging" version="24.0.1">
<artifact name="firebase-messaging-24.0.1.aar">
<sha256 value="1271c4a0a7e7b5c59e167733205c5d523c2008df76fc589db5718f1a6fed2b70" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="firebase-messaging-24.0.1.pom">
<sha256 value="745142e7721cff78b26b871561eeaa3cca68a7de791c3d967c429d77143a2af4" 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 879c0e1

Please sign in to comment.