Skip to content

Commit 6aed28c

Browse files
fix(deps): update dependency com.google.firebase:firebase-messaging to v25
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6985ce0 commit 6aed28c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ dependencies {
421421
implementation "com.github.stateless4j:stateless4j:2.6.0"
422422

423423
// upon each update first test: new registration, receive push
424-
gplayImplementation "com.google.firebase:firebase-messaging:24.1.2"
424+
gplayImplementation "com.google.firebase:firebase-messaging:25.0.0"
425425
gplayImplementation "com.google.android.gms:play-services-base:18.5.0"
426426
gplayImplementation "com.google.android.play:review-ktx:2.0.2"
427427

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<trusting group="androidx.constraintlayout"/>
4949
<trusting group="androidx.core"/>
5050
<trusting group="androidx.databinding"/>
51+
<trusting group="androidx.datastore"/>
5152
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
5253
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
5354
<trusting group="androidx.fragment"/>
@@ -57,6 +58,7 @@
5758
<trusting group="androidx.sqlite"/>
5859
<trusting group="androidx.webkit" name="webkit" version="1.14.0"/>
5960
<trusting group="androidx.work"/>
61+
<trusting group="com.google.firebase"/>
6062
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
6163
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.2"/>
6264
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -17033,6 +17035,14 @@
1703317035
<sha256 value="a6170ae3937d27040149944eecb241f04dafdd0177c9efe3c023af9a1c143a03" origin="Generated by Gradle" reason="Artifact is not signed"/>
1703417036
</artifact>
1703517037
</component>
17038+
<component group="com.google.firebase" name="firebase-installations" version="18.0.0">
17039+
<artifact name="firebase-installations-18.0.0.aar">
17040+
<sha256 value="95063adfb17ffe492b12f68e73020873814d8177aa553069cad64e11d8c79292" origin="Generated by Gradle" reason="Artifact is not signed"/>
17041+
</artifact>
17042+
<artifact name="firebase-installations-18.0.0.pom">
17043+
<sha256 value="13c64c03cc3c6c435b3d8521e3c85fcbcfeff22f3b7f0178a9ca626981ecda66" origin="Generated by Gradle" reason="Artifact is not signed"/>
17044+
</artifact>
17045+
</component>
1703617046
<component group="com.google.firebase" name="firebase-installations-interop" version="17.1.0">
1703717047
<artifact name="firebase-installations-interop-17.1.0.aar">
1703817048
<sha256 value="891f3ea799bb3f39b24bf94bb6d951424dde784b5c9b5af1def4bab798705d8d" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)