fix(deps): update dependency com.google.firebase:firebase-messaging to v24.1.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-20 21:38:34 +00:00 committed by GitHub
parent cfdac006a7
commit 8f837f896d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,7 @@ dependencies {
implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'
gplayImplementation 'com.google.android.gms:play-services-base:18.6.0'
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
gplayImplementation "com.google.firebase:firebase-messaging:24.1.1"
//compose
implementation(platform("androidx.compose:compose-bom:2025.03.00"))

View File

@ -38,6 +38,7 @@
<trusting group="androidx.datastore"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
<trusting group="com.google.android.gms"/>
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>
</trusted-key>