Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-24 04:09:01 +0300
committerTim Krüger <t@timkrueger.me>2022-07-19 14:30:35 +0300
commitf6420e343fd4a31ccaf2d5a749e79fc111689da9 (patch)
treeae14ad58c2b3aaeb0cf7a20f5dcd305495f09fb4 /app/build.gradle
parent8f0fbc7d602f22dfeab3fbe93bacf66bd5735a98 (diff)
Bump firebase-messaging from 23.0.5 to 23.0.6
Bumps firebase-messaging from 23.0.5 to 23.0.6. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-messaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ea7c9ab0a..5a5d52bf3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -334,7 +334,7 @@ dependencies {
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'
gplayImplementation 'com.google.android.gms:play-services-base:18.1.0'
- gplayImplementation "com.google.firebase:firebase-messaging:23.0.5"
+ gplayImplementation "com.google.firebase:firebase-messaging:23.0.6"
// implementation 'androidx.activity:activity-ktx:1.4.0'
}