Parcourir la source

remove gcm as we use firebase messaging

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky il y a 6 ans
Parent
commit
7f7ee24e2b
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      gplay.gradle

+ 1 - 2
gplay.gradle

@@ -1,4 +1,3 @@
 dependencies {
-    implementation "com.google.firebase:firebase-messaging:17.1.0"
-    implementation "com.google.android.gms:play-services-gcm:15.0.1"
+    implementation "com.google.firebase:firebase-messaging:17.3.0"
 }