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.
2 parents 07e1885 + 57d9b07 commit 5c9eeafCopy full SHA for 5c9eeaf
android/build.gradle
@@ -59,7 +59,7 @@ repositories {
59
dependencies {
60
//noinspection GradleDynamicVersion
61
implementation "com.facebook.react:react-native:+" // From node_modules
62
- implementation 'com.google.firebase:firebase-messaging:20.2.+'
+ implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
63
implementation 'io.intercom.android:intercom-sdk:14.0.+'
64
}
65
0 commit comments