fix(deps): update dependency com.google.android.gms:play-services-base to v18.6.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-17 20:17:23 +00:00 committed by GitHub
parent 55ab0095be
commit 5a09900af7
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.android-common:ui:0.23.2'
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.5.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.0"
//compose //compose

View File

@ -40,6 +40,7 @@
<trusting group="androidx.databinding"/> <trusting group="androidx.databinding"/>
<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="^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>