Skip to content

Commit 3fe9446

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 2e078f8 commit 3fe9446

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
@@ -438,7 +438,7 @@ dependencies {
438438
implementation "com.github.stateless4j:stateless4j:2.6.0"
439439

440440
// upon each update first test: new registration, receive push
441-
gplayImplementation "com.google.firebase:firebase-messaging:24.1.2"
441+
gplayImplementation "com.google.firebase:firebase-messaging:25.0.0"
442442
gplayImplementation "com.google.android.gms:play-services-base:18.5.0"
443443
gplayImplementation "com.google.android.play:review-ktx:2.0.2"
444444

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<trusting group="androidx.constraintlayout"/>
5353
<trusting group="androidx.core"/>
5454
<trusting group="androidx.databinding"/>
55+
<trusting group="androidx.datastore"/>
5556
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
5657
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
5758
<trusting group="androidx.fragment"/>
@@ -61,6 +62,7 @@
6162
<trusting group="androidx.sqlite"/>
6263
<trusting group="androidx.webkit" name="webkit" version="1.14.0"/>
6364
<trusting group="androidx.work"/>
65+
<trusting group="com.google.firebase"/>
6466
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
6567
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.2"/>
6668
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -17775,6 +17777,14 @@
1777517777
<sha256 value="a6170ae3937d27040149944eecb241f04dafdd0177c9efe3c023af9a1c143a03" origin="Generated by Gradle" reason="Artifact is not signed"/>
1777617778
</artifact>
1777717779
</component>
17780+
<component group="com.google.firebase" name="firebase-installations" version="18.0.0">
17781+
<artifact name="firebase-installations-18.0.0.aar">
17782+
<sha256 value="95063adfb17ffe492b12f68e73020873814d8177aa553069cad64e11d8c79292" origin="Generated by Gradle" reason="Artifact is not signed"/>
17783+
</artifact>
17784+
<artifact name="firebase-installations-18.0.0.pom">
17785+
<sha256 value="13c64c03cc3c6c435b3d8521e3c85fcbcfeff22f3b7f0178a9ca626981ecda66" origin="Generated by Gradle" reason="Artifact is not signed"/>
17786+
</artifact>
17787+
</component>
1777817788
<component group="com.google.firebase" name="firebase-installations-interop" version="17.1.0">
1777917789
<artifact name="firebase-installations-interop-17.1.0.aar">
1778017790
<sha256 value="891f3ea799bb3f39b24bf94bb6d951424dde784b5c9b5af1def4bab798705d8d" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)