Skip to content

Commit 2aaaadd

Browse files
authored
update fallback firebase messaging version to 24.1.2 (#321)
1 parent 2568b87 commit 2aaaadd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

android/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ if (isNewArchitectureEnabled()) {
3535
apply plugin: "com.facebook.react"
3636
}
3737

38-
def safeExtGet(prop, fallback) {
39-
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
40-
}
41-
4238
android {
4339
namespace 'com.intercom.reactnative'
4440
compileSdk rootProject.ext.compileSdkVersion
@@ -87,7 +83,7 @@ repositories {
8783
dependencies {
8884
//noinspection GradleDynamicVersion
8985
implementation "com.facebook.react:react-native:+" // From node_modules
90-
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
86+
implementation "com.google.firebase:firebase-messaging:24.1.2"
9187
implementation 'io.intercom.android:intercom-sdk:17.1.0'
9288
implementation 'io.intercom.android:intercom-sdk-ui:17.1.0'
9389
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)