File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ if (isNewArchitectureEnabled()) {
3535 apply plugin : " com.facebook.react"
3636}
3737
38- def safeExtGet (prop , fallback ) {
39- rootProject. ext. has(prop) ? rootProject. ext. get(prop) : fallback
40- }
41-
4238android {
4339 namespace ' com.intercom.reactnative'
4440 compileSdk rootProject. ext. compileSdkVersion
@@ -87,7 +83,7 @@ repositories {
8783dependencies {
8884 // noinspection GradleDynamicVersion
8985 implementation " com.facebook.react:react-native:+" // From node_modules
90- implementation " com.google.firebase:firebase-messaging:${ safeExtGet('firebaseMessagingVersion', '20.2.+') } "
86+ implementation " com.google.firebase:firebase-messaging:24.1.2 "
9187 implementation ' io.intercom.android:intercom-sdk:17.1.0'
9288 implementation ' io.intercom.android:intercom-sdk-ui:17.1.0'
9389}
Original file line number Diff line number Diff line change 11{
22 "name" : " @intercom/intercom-react-native" ,
3- "version" : " 9.0.1 " ,
3+ "version" : " 9.0.2 " ,
44 "description" : " React Native wrapper to bridge our iOS and Android SDK" ,
55 "source" : " ./src/index.tsx" ,
66 "main" : " ./lib/commonjs/index.js" ,
You can’t perform that action at this time.
0 commit comments