Skip to content

Commit 32fb8f6

Browse files
chore: update Intercom SDK dependencies (Android: 17.1.1 → 17.2.0) (#334)
- Updated Android SDK from 17.1.1 to 17.2.0 - Bumped version from 9.1.2 to 9.2.0 (minor) - Updated lockfiles and example projects Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jason Praful <[email protected]>
1 parent 56b8b16 commit 32fb8f6

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.1.1'
88-
implementation 'io.intercom.android:intercom-sdk-ui:17.1.1'
87+
implementation 'io.intercom.android:intercom-sdk:17.2.0'
88+
implementation 'io.intercom.android:intercom-sdk-ui:17.2.0'
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.1.2",
3+
"version": "9.2.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)