Explorar o código

remove gcm as we use firebase messaging

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=6) %!d(string=hai) anos
pai
achega
7f7ee24e2b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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"
 }