aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-21 20:54:46 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-21 20:54:46 +0200
commit3a66fef2030be00615e47a725cdf375e96ad3093 (patch)
treeb9f4a79edf37fecc7a751a1f20f4d4f2569c8d61 /build.gradle
parentca1ffdce5a1c1b3d570173bc060a0075fb157d50 (diff)
migrate to fcm library
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 41f96e9d8..5dcc91d51 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ ext {
dependencies {
implementation project(':libs:android-transcoder')
- standardPushimplementation 'com.google.android.gms:play-services-gcm:15.0.0'
+ standardPushimplementation 'com.google.firebase:firebase-messaging:15.0.2'
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation 'org.bouncycastle:bcmail-jdk15on:1.58'