mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-04 19:39:47 +01:00
fix(deps): update dependency com.google.firebase:firebase-messaging to v24.1.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4c7d6f90ec
commit
3096a73585
@ -307,7 +307,7 @@ dependencies {
|
|||||||
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.6.0'
|
gplayImplementation 'com.google.android.gms:play-services-base:18.6.0'
|
||||||
gplayImplementation "com.google.firebase:firebase-messaging:24.1.1"
|
gplayImplementation "com.google.firebase:firebase-messaging:24.1.2"
|
||||||
|
|
||||||
//compose
|
//compose
|
||||||
implementation(platform("androidx.compose:compose-bom:2025.06.01"))
|
implementation(platform("androidx.compose:compose-bom:2025.06.01"))
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
<trusting group="androidx.sqlite"/>
|
<trusting group="androidx.sqlite"/>
|
||||||
<trusting group="com.google.android.gms"/>
|
<trusting group="com.google.android.gms"/>
|
||||||
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
|
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
|
||||||
|
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.2"/>
|
||||||
<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>
|
||||||
@ -296,6 +297,7 @@
|
|||||||
<trusted-key id="CE8075A251547BEE249BC151A2115AE15F6B8B72" group="org.apache.commons"/>
|
<trusted-key id="CE8075A251547BEE249BC151A2115AE15F6B8B72" group="org.apache.commons"/>
|
||||||
<trusted-key id="CFC10B69382CBCF5387E51484ECE492B63E38ACF" group="com.h3xstream.findsecbugs"/>
|
<trusted-key id="CFC10B69382CBCF5387E51484ECE492B63E38ACF" group="com.h3xstream.findsecbugs"/>
|
||||||
<trusted-key id="D410F787672BA63BC2DD192B0C907617691418AE" group="org.greenrobot"/>
|
<trusted-key id="D410F787672BA63BC2DD192B0C907617691418AE" group="org.greenrobot"/>
|
||||||
|
<trusted-key id="D477D51812E692011DB11E66A6EA2E2BF22E0543" group="io.github.java-diff-utils"/>
|
||||||
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
|
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
|
||||||
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
|
<trusted-key id="D75E25B78EBB19E47C0A99BCA7764F502A938C99" group="com.google.protobuf"/>
|
||||||
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
|
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
|
||||||
@ -11268,12 +11270,12 @@
|
|||||||
</component>
|
</component>
|
||||||
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="0.26.0">
|
<component group="com.github.nextcloud.android-common" name="material-color-utilities" version="0.26.0">
|
||||||
<artifact name="material-color-utilities-0.26.0.jar">
|
<artifact name="material-color-utilities-0.26.0.jar">
|
||||||
<sha256 origin="Generated by Gradle" reason="Artifact is not signed" value="64c9e61afb6fd0d4ee03dd394429ab1c393f5b66429e036b618285d1bb7d8160">
|
<sha256 value="64c9e61afb6fd0d4ee03dd394429ab1c393f5b66429e036b618285d1bb7d8160" origin="Generated by Gradle" reason="Artifact is not signed">
|
||||||
<also-trust value="b8a964066ac7f1e96f130ef7adcd0558c8007f383cd0edff5404f08617bafbb1"/>
|
<also-trust value="b8a964066ac7f1e96f130ef7adcd0558c8007f383cd0edff5404f08617bafbb1"/>
|
||||||
</sha256>
|
</sha256>
|
||||||
</artifact>
|
</artifact>
|
||||||
<artifact name="material-color-utilities-0.26.0.module">
|
<artifact name="material-color-utilities-0.26.0.module">
|
||||||
<sha256 origin="Generated by Gradle" reason="Artifact is not signed" value="6e646b238fad314fcbb72e59b198e2d39183191a7fd2dff273ef3e924cf1b915">
|
<sha256 value="6e646b238fad314fcbb72e59b198e2d39183191a7fd2dff273ef3e924cf1b915" origin="Generated by Gradle" reason="Artifact is not signed">
|
||||||
<also-trust value="9ba64fbf5a097b859f1fd42ff167b7e83473ab03a114b6b80bdf3cbe295b9837"/>
|
<also-trust value="9ba64fbf5a097b859f1fd42ff167b7e83473ab03a114b6b80bdf3cbe295b9837"/>
|
||||||
</sha256>
|
</sha256>
|
||||||
</artifact>
|
</artifact>
|
||||||
|
Loading…
Reference in New Issue
Block a user