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 0206e90 commit f27ef15Copy full SHA for f27ef15
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.14.+'
+ implementation 'io.intercom.android:intercom-sdk:15.16.+'
73
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "8.4.0",
+ "version": "8.5.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