Skip to content

Commit 8c9650b

Browse files
chore: update Intercom SDK dependencies (Android: 18.1.0 → 18.2.0) (#441)
- Updated Android SDK from 18.1.0 to 18.2.0 - Bumped version from 10.1.0 to 10.2.0 (minor) - Updated lockfiles and example projects Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bca0ffc commit 8c9650b

2 files changed

Lines changed: 3 additions & 3 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.1.0'
88-
implementation 'io.intercom.android:intercom-sdk-ui:18.1.0'
87+
implementation 'io.intercom.android:intercom-sdk:18.2.0'
88+
implementation 'io.intercom.android:intercom-sdk-ui:18.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": "10.1.0",
3+
"version": "10.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)