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

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

View File

@ -426,7 +426,7 @@ dependencies {
// upon each update first test: new registration, receive push
gplayImplementation "com.google.firebase:firebase-messaging:24.1.1"
gplayImplementation "com.google.android.gms:play-services-base:18.5.0"
gplayImplementation "com.google.android.gms:play-services-base:18.7.0"
gplayImplementation "com.google.android.play:review-ktx:2.0.2"
implementation "com.github.nextcloud.android-common:ui:$androidCommonLibraryVersion"

View File

@ -49,6 +49,7 @@
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.savedstate"/>
<trusting group="androidx.work"/>
<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"/>