Merge pull request #4811 from nextcloud/renovate/com.google.android.gms-play-services-base-18.x

fix(deps): update dependency com.google.android.gms:play-services-base to v18.6.0
This commit is contained in:
github-actions[bot] 2025-03-17 22:09:34 +01:00 committed by GitHub
commit 97eb73fcc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -305,7 +305,7 @@ dependencies {
implementation 'com.github.nextcloud.android-common:ui:0.23.2'
implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'
gplayImplementation 'com.google.android.gms:play-services-base:18.5.0'
gplayImplementation 'com.google.android.gms:play-services-base:18.6.0'
gplayImplementation "com.google.firebase:firebase-messaging:24.1.0"
//compose

View File

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