We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f0da34 + 08aa18f commit 3db9b1aCopy full SHA for 3db9b1a
android/build.gradle
@@ -60,5 +60,5 @@ dependencies {
60
//noinspection GradleDynamicVersion
61
implementation "com.facebook.react:react-native:+" // From node_modules
62
implementation 'com.google.firebase:firebase-messaging:20.2.+'
63
- implementation 'io.intercom.android:intercom-sdk:12.2.1'
+ implementation 'io.intercom.android:intercom-sdk:12.2.2'
64
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "3.0.2",
+ "version": "3.0.3",
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