From 6b1642931164531d1b2a645ac7f7310853d2cd79 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 19 Apr 2020 22:44:50 +0200 Subject: [PATCH] Fix #769 Signed-off-by: Mario Danic --- app/gplay.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gplay.gradle b/app/gplay.gradle index 680410d38..1a038cbbb 100644 --- a/app/gplay.gradle +++ b/app/gplay.gradle @@ -19,6 +19,6 @@ */ dependencies { - implementation "androidx.work:work-gcm:2.3.3" - implementation "com.google.firebase:firebase-messaging:20.1.3" + implementation "androidx.work:work-gcm:2.3.4" + implementation "com.google.firebase:firebase-messaging:17.3.4" }