We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8343157 + 3d1ae80 commit c00195bCopy full SHA for c00195b
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.1.1'
+ implementation 'io.intercom.android:intercom-sdk:12.2.1'
64
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@intercom/intercom-react-native",
3
- "version": "3.0.1",
+ "version": "3.0.2",
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