Skip to content

Commit fca7cda

Browse files
chore: update Intercom SDK dependencies (iOS: 19.5.7 → 19.6.0, Android: 18.0.2 → 18.1.0) (#438)
- Updated iOS SDK from 19.5.7 to 19.6.0 - Updated Android SDK from 18.0.2 to 18.1.0 - Bumped version from 10.0.1 to 10.1.0 (minor) - Updated lockfiles and example projects Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73bf899 commit fca7cda

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

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:18.0.2'
88-
implementation 'io.intercom.android:intercom-sdk-ui:18.0.2'
87+
implementation 'io.intercom.android:intercom-sdk:18.1.0'
88+
implementation 'io.intercom.android:intercom-sdk-ui:18.1.0'
8989
}

examples/example/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.5.7)
12-
- intercom-react-native (10.0.1):
11+
- Intercom (19.6.0)
12+
- intercom-react-native (10.1.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.5.7)
19+
- Intercom (~> 19.6.0)
2020
- RCT-Folly
2121
- RCT-Folly/Fabric
2222
- RCTRequired
@@ -2560,8 +2560,8 @@ SPEC CHECKSUMS:
25602560
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
25612561
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
25622562
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
2563-
Intercom: 74d4318a7275fa6f6a1466443f2af10ebd679d57
2564-
intercom-react-native: a5403a324935f1fea209844719badd991e3f30ef
2563+
Intercom: 53754c4fa69a687cf72d8836a3f2227d218585f2
2564+
intercom-react-native: 060f6bf80a03978015915c4e5882a5e87b225297
25652565
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
25662566
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
25672567
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

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.5.7)
12-
- intercom-react-native (10.0.1):
11+
- Intercom (19.6.0)
12+
- intercom-react-native (10.1.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.5.7)
19+
- Intercom (~> 19.6.0)
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: 74d4318a7275fa6f6a1466443f2af10ebd679d57
2777-
intercom-react-native: a5403a324935f1fea209844719badd991e3f30ef
2776+
Intercom: 53754c4fa69a687cf72d8836a3f2227d218585f2
2777+
intercom-react-native: 060f6bf80a03978015915c4e5882a5e87b225297
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.5.7'
22+
s.dependency "Intercom", '~> 19.6.0'
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": "10.0.1",
3+
"version": "10.1.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)