From 01b0452d6f3ff4a238373ad7aac1ac5eb81a129d Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Thu, 13 Jan 2022 15:09:42 +0100 Subject: [PATCH] bump firebase-messaging - bump firebase-messaging to 23.0.0 - add gplayImplementation: play-services-base:17.6.0 (for class GoogleApiAvailability) Signed-off-by: Marcel Hibbe --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c7724b7a2..7d39033fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -317,7 +317,8 @@ dependencies { spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7' - gplayImplementation "com.google.firebase:firebase-messaging:20.1.2" + gplayImplementation 'com.google.android.gms:play-services-base:18.0.1' + gplayImplementation "com.google.firebase:firebase-messaging:23.0.0" } task ktlint(type: JavaExec, group: "verification") {