From 865f888ca0fa30a2c65e49b51e6b3465b8a47d53 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Wed, 21 Aug 2019 11:28:38 +0200 Subject: [PATCH] Update firebase messaging Signed-off-by: Mario Danic --- app/gplay.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gplay.gradle b/app/gplay.gradle index e22deaf3a..10b22760d 100644 --- a/app/gplay.gradle +++ b/app/gplay.gradle @@ -19,5 +19,5 @@ */ dependencies { - implementation "com.google.firebase:firebase-messaging:17.3.4" + implementation "com.google.firebase:firebase-messaging:20.0.0" }