From e54bc77a3d5c6ad76e8f2f97376beefa0c346c73 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Fri, 3 Jan 2020 17:16:31 -0700 Subject: [PATCH] [MM-16604] Upgrade to firebase-messaging v17.3.4 (#3769) * Upgrade to firebase-messaging v17.3.2 * Update android/app/build.gradle --- 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 6cd3d3ecb..8e3f4857e 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')