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')