Skip to content
Snippets Groups Projects

Update dependency react-native-firebase to v5.4.0

Merged Thalia Technicie requested to merge renovate/react-native-firebase-5.x into master
Files
8
+ 2
2
@@ -158,8 +158,8 @@ dependencies {
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.android.support:design:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.google.firebase:firebase-core:16.0.1"
implementation "com.google.firebase:firebase-messaging:17.1.0"
implementation "com.google.firebase:firebase-core:16.0.9"
implementation "com.google.firebase:firebase-messaging:18.0.0"
}
// Run this once to be able to run the application with BUCK
Loading