Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cbd0963

Browse filesBrowse files
DD-Intercomclaude
andauthored
chore: update Intercom SDK dependencies (iOS: 19.7.0 → 19.7.1, Android: 18.5.0 → 18.6.0) (#460)
- Updated iOS SDK from 19.7.0 to 19.7.1 - Updated Android SDK from 18.5.0 to 18.6.0 - Bumped version from 10.4.0 to 10.5.0 (minor) - Synced the example apps' Podfile.lock files Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent be8e60d commit cbd0963
Copy full SHA for cbd0963

5 files changed

+14-14Lines changed: 14 additions & 14 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎android/build.gradle‎

Copy file name to clipboardExpand all lines: android/build.gradle
+2-2Lines 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.5.0'
88-
implementation 'io.intercom.android:intercom-sdk-ui:18.5.0'
87+
implementation 'io.intercom.android:intercom-sdk:18.6.0'
88+
implementation 'io.intercom.android:intercom-sdk-ui:18.6.0'
8989
}
Collapse file

‎examples/example/ios/Podfile.lock‎

Copy file name to clipboardExpand all lines: examples/example/ios/Podfile.lock
+5-5Lines 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.7.0)
12-
- intercom-react-native (10.4.0):
11+
- Intercom (19.7.1)
12+
- intercom-react-native (10.5.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.7.0)
19+
- Intercom (~> 19.7.1)
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: a14e32c294ee3402cb0adddacf3de8b22730d779
2564-
intercom-react-native: 6e11ae0c7a0e29ec01ed281bd1953e89c9296b7c
2563+
Intercom: c21e5c4adb1546da3b8bcdbeb50f64a30e5a7f3e
2564+
intercom-react-native: 995f357405b92eb132a2ff699f9b0c2aa76746e5
25652565
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
25662566
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
25672567
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a
Collapse file

‎examples/with-notifications/ios/Podfile.lock‎

Copy file name to clipboardExpand all lines: examples/with-notifications/ios/Podfile.lock
+5-5Lines 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.7.0)
12-
- intercom-react-native (10.4.0):
11+
- Intercom (19.7.1)
12+
- intercom-react-native (10.5.0):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.7.0)
19+
- Intercom (~> 19.7.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: a14e32c294ee3402cb0adddacf3de8b22730d779
2777-
intercom-react-native: 6e11ae0c7a0e29ec01ed281bd1953e89c9296b7c
2776+
Intercom: c21e5c4adb1546da3b8bcdbeb50f64a30e5a7f3e
2777+
intercom-react-native: 995f357405b92eb132a2ff699f9b0c2aa76746e5
27782778
MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64
27792779
MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba
27802780
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
Collapse file

‎intercom-react-native.podspec‎

Copy file name to clipboardExpand all lines: intercom-react-native.podspec
+1-1Lines 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.7.0'
22+
s.dependency "Intercom", '~> 19.7.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'
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.4.0",
3+
"version": "10.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.