remove gcm as we use firebase messaging

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-09-05 12:23:00 +02:00
parent 681be2bad5
commit 7f7ee24e2b
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 1 additions and 2 deletions

View File

@ -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"
}