From 50e2abaff3e0c718133889ac51d30f74ecb04e41 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 7 Jan 2020 19:32:06 +0100 Subject: [PATCH] Automated cherry pick of #3769 (#3782) * Upgrade to firebase-messaging v17.3.2 * Update android/app/build.gradle Co-authored-by: Miguel Alatzar --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3fc5b0424..9b7583cdc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -242,7 +242,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation "com.google.firebase:firebase-messaging:17.3.0" + implementation 'com.google.firebase:firebase-messaging:17.3.4' implementation project(':react-native-document-picker') implementation project(':react-native-keychain') implementation project(':react-native-doc-viewer')