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

github.com/nextcloud/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-02-14 05:07:43 +0300
committerGitHub <noreply@github.com>2022-02-14 05:07:43 +0300
commit593f24b430eb94ad3d6038730a9e9792e071ab8b (patch)
tree65fd5fb029dec423f1e790aa02bee5677a7b7fa7
parentbbf10328453c7dc2be2a7fbc5111b68b67c394f4 (diff)
Bump firebase-messaging from 20.1.3 to 23.0.0dependabot/gradle/com.google.firebase-firebase-messaging-23.0.0
Bumps firebase-messaging from 20.1.3 to 23.0.0. --- updated-dependencies: - dependency-name: com.google.firebase:firebase-messaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5432255b8d..6abb94e6df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -362,7 +362,7 @@ dependencies {
implementation "com.github.stateless4j:stateless4j:2.6.0"
// upon each update first test: new registration, receive push
- gplayImplementation "com.google.firebase:firebase-messaging:20.1.3"
+ gplayImplementation "com.google.firebase:firebase-messaging:23.0.0"
}
configurations.all {