Skip to content

Commit 01bbbfb

Browse files
committed
Release 2.1.0
1 parent ecac9bc commit 01bbbfb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation 'com.google.firebase:firebase-messaging:20.2.+'
63-
implementation 'io.intercom.android:intercom-sdk:10.6.2'
63+
implementation 'io.intercom.android:intercom-sdk:10.7.0'
6464
}

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<activity
1515
android:name=".MainActivity"
1616
android:label="@string/app_name"
17+
android:exported="true"
1718
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
1819
android:launchMode="singleTask"
1920
android:windowSoftInputMode="adjustResize">

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
ext {
88
buildToolsVersion = "30.0.2"
99
minSdkVersion = 21
10-
compileSdkVersion = 30
11-
targetSdkVersion = 30
10+
compileSdkVersion = 31
11+
targetSdkVersion = 31
1212
ndkVersion = "20.1.5948944"
1313
}
1414
repositories {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)