File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments