Эх сурвалжийг харах

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 <dev@mhibbe.de>
Marcel Hibbe 3 жил өмнө
parent
commit
01b0452d6f
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      app/build.gradle

+ 2 - 1
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") {