Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-04-19 22:44:50 +02:00
parent ee22f23a1d
commit 6b16429311
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

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