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-03-14 05:05:00 +0300
committerGitHub <noreply@github.com>2022-03-14 05:05:00 +0300
commite5569e1b58e2806fc5ab96565f08ae077e5c0d1b (patch)
tree6250e9c3424c65afd294f22233526a2d7f81b2db
parentd4d18307b72f08a0a747e47a617bff6f8072a5c3 (diff)
Bump firebase-messaging from 20.1.3 to 23.0.1dependabot/gradle/com.google.firebase-firebase-messaging-23.0.1
Bumps firebase-messaging from 20.1.3 to 23.0.1. --- 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--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 07722007b3..6ab7f5062c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -344,7 +344,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.1"
}
configurations.all {