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 ba4bde3 commit 78f5843Copy full SHA for 78f5843
android/build.gradle
@@ -69,5 +69,5 @@ dependencies {
69
//noinspection GradleDynamicVersion
70
implementation "com.facebook.react:react-native:+" // From node_modules
71
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
72
- implementation 'io.intercom.android:intercom-sdk:15.6.3'
+ implementation 'io.intercom.android:intercom-sdk:15.4.0'
73
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "6.6.0",
+ "version": "6.7.0",
4
"description": "React Native wrapper to bridge our iOS and Android SDK",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments