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 dc7853c commit 756fb1dCopy full SHA for 756fb1d
android/build.gradle
@@ -59,6 +59,6 @@ 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:10.3.+'
64
}
0 commit comments