mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
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:
commit
97eb73fcc3
@ -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
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user