We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00d060 commit 96eaa01Copy full SHA for 96eaa01
android/build.gradle
@@ -49,8 +49,8 @@ dependencies {
49
//implementation 'com.facebook.react:react-native:0.20.+'
50
implementation 'com.android.support:support-media-compat:28.0.0'
51
implementation 'com.android.support:support-v4:28.0.0'
52
- implementation 'com.facebook.react:react-native:0.58.+'
53
- implementation 'com.google.firebase:firebase-core:16.0.8'
54
- implementation 'com.google.firebase:firebase-messaging:17.6.0'
+ implementation 'com.facebook.react:react-native:+'
+ implementation 'com.google.firebase:firebase-core:16.0.1'
+ implementation 'com.google.firebase:firebase-messaging:17.3.4'
55
implementation 'com.pusher:push-notifications-android:1.4.0'
56
}
0 commit comments