Skip to content

Commit 749c162

Browse files
chore: update Intercom SDK dependencies (Android: 17.3.0 → 17.3.1) (#342)
- Updated Android SDK from 17.3.0 to 17.3.1 - Bumped version from 9.3.2 to 9.3.3 (patch) - Updated lockfiles and example projects Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0026087 commit 749c162

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0'
88-
implementation 'io.intercom.android:intercom-sdk-ui:17.3.0'
87+
implementation 'io.intercom.android:intercom-sdk:17.3.1'
88+
implementation 'io.intercom.android:intercom-sdk-ui:17.3.1'
8989
}

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