Merge pull request #4819 from nextcloud/renovate/com.google.firebase-firebase-messaging-24.x

fix(deps): update dependency com.google.firebase:firebase-messaging to v24.1.1
This commit is contained in:
github-actions[bot] 2025-03-20 22:49:59 +01:00 committed by GitHub
commit 05994919c3
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' 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.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 //compose
implementation(platform("androidx.compose:compose-bom:2025.03.00")) implementation(platform("androidx.compose:compose-bom:2025.03.00"))

View File

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