We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c5d58 commit a08f752Copy full SHA for a08f752
2 files changed
android/build.gradle
@@ -84,6 +84,6 @@ dependencies {
84
//noinspection GradleDynamicVersion
85
implementation "com.facebook.react:react-native:+" // From node_modules
86
implementation "com.google.firebase:firebase-messaging:24.1.2"
87
- implementation 'io.intercom.android:intercom-sdk:18.3.0'
88
- implementation 'io.intercom.android:intercom-sdk-ui:18.3.0'
+ implementation 'io.intercom.android:intercom-sdk:18.3.1'
+ implementation 'io.intercom.android:intercom-sdk-ui:18.3.1'
89
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "10.3.2",
+ "version": "10.3.3",
4
"description": "React Native wrapper to bridge our iOS and Android SDK",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
0 commit comments