Skip to content

Commit 756fb1d

Browse files
committed
Allows specifying firebase messaging version
1 parent dc7853c commit 756fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ repositories {
5959
dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
62-
implementation 'com.google.firebase:firebase-messaging:20.2.+'
62+
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
6363
implementation 'io.intercom.android:intercom-sdk:10.3.+'
6464
}

0 commit comments

Comments
 (0)