mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
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:
parent
cfdac006a7
commit
8f837f896d
@ -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"))
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user