Skip to content

Commit 5e4bab2

Browse files
chore: update Intercom SDK dependencies (iOS: 19.4.0 → 19.4.1, Android: 17.3.1 → 17.4.0) (#351)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7320f94 commit 5e4bab2

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ dependencies {
8484
//noinspection GradleDynamicVersion
8585
implementation "com.facebook.react:react-native:+" // From node_modules
8686
implementation "com.google.firebase:firebase-messaging:24.1.2"
87-
implementation 'io.intercom.android:intercom-sdk:17.3.1'
88-
implementation 'io.intercom.android:intercom-sdk-ui:17.3.1'
87+
implementation 'io.intercom.android:intercom-sdk:17.4.0'
88+
implementation 'io.intercom.android:intercom-sdk-ui:17.4.0'
8989
}

examples/example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PODS:
44
- FBLazyVector (0.74.0)
55
- fmt (9.1.0)
66
- glog (0.3.5)
7-
- Intercom (19.4.0)
8-
- intercom-react-native (9.4.0):
7+
- Intercom (19.4.1)
8+
- intercom-react-native (9.5.0):
99
- DoubleConversion
1010
- glog
11-
- Intercom (~> 19.4.0)
11+
- Intercom (~> 19.4.1)
1212
- RCT-Folly (= 2024.01.01.00)
1313
- RCTRequired
1414
- RCTTypeSafety
@@ -1332,8 +1332,8 @@ SPEC CHECKSUMS:
13321332
FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c
13331333
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
13341334
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1335-
Intercom: 6a83fd3c5258be32e30c42a8181155e55d3143d6
1336-
intercom-react-native: 2c04d315daab15a9a866cc58d9aaafee59a0eeab
1335+
Intercom: aca703f001cf9470b1f13b72cb8cc969a09bafca
1336+
intercom-react-native: b182cb1ebd096865c469cbebc33e612b7b0cc204
13371337
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
13381338
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
13391339
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5

examples/with-notifications/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ PODS:
88
- hermes-engine (0.81.1):
99
- hermes-engine/Pre-built (= 0.81.1)
1010
- hermes-engine/Pre-built (0.81.1)
11-
- Intercom (19.4.0)
12-
- intercom-react-native (9.4.0):
11+
- Intercom (19.4.1)
12+
- intercom-react-native (9.5.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.4.0)
19+
- Intercom (~> 19.4.1)
2020
- RCT-Folly
2121
- RCT-Folly/Fabric
2222
- RCTRequired
@@ -2773,8 +2773,8 @@ SPEC CHECKSUMS:
27732773
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
27742774
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27752775
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
2776-
Intercom: 6a83fd3c5258be32e30c42a8181155e55d3143d6
2777-
intercom-react-native: 1a6730f62253cf0094efedf97c97ce4d4dfbd6bf
2776+
Intercom: aca703f001cf9470b1f13b72cb8cc969a09bafca
2777+
intercom-react-native: 3593a9b2534caba5ed8b8e892a0b2cfc3bac028c
27782778
MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64
27792779
MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba
27802780
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

2020
s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
2121

22-
s.dependency "Intercom", '~> 19.4.0'
22+
s.dependency "Intercom", '~> 19.4.1'
2323

2424
is_new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1"
2525
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

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.4.0",
3+
"version": "9.5.0",
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)