[MM-16604] Upgrade to firebase-messaging v17.3.4 (#3769)

* Upgrade to firebase-messaging v17.3.2

* Update android/app/build.gradle
This commit is contained in:
Miguel Alatzar 2020-01-03 17:16:31 -07:00 committed by CJ
parent 8d6a9705f8
commit e54bc77a3d

View file

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