From 25b8b611abbf99e125515c84925487b2a7abeb89 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 15 Oct 2018 15:16:25 +0300 Subject: notifications: switch to FCM HTTP API --- juick-notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-notifications/build.gradle') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index d69a0a46..688f4eb9 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'org.springframework.boot' dependencies { compile project(':juick-common') compile("org.springframework.boot:spring-boot-starter-websocket") - compile 'com.ganyo:gcm-server:1.1.0' + implementation 'com.google.firebase:firebase-admin:6.5.0' compile 'com.turo:pushy:0.13.5' } -- cgit v1.2.3