@matiasfic/intercom
Advanced tools
@@ -7,2 +7,3 @@ ext { | ||
| firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '24.1.0' | ||
| intercomSdkVersion = project.hasProperty('intercomSdkVersion') ? rootProject.ext.intercomSdkVersion : '17.0.3' | ||
| } | ||
@@ -60,10 +61,4 @@ | ||
| androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" | ||
| // Required for updating to SDK 15 | ||
| implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1") | ||
| implementation("io.intercom.android:intercom-sdk:15.6.1") { | ||
| exclude group: "androidx.lifecycle" | ||
| } | ||
| implementation("io.intercom.android:intercom-sdk:$intercomSdkVersion") | ||
| implementation "com.google.firebase:firebase-messaging:$firebaseMessagingVersion" | ||
| } |
+1
-1
| { | ||
| "name": "@matiasfic/intercom", | ||
| "version": "7.0.0", | ||
| "version": "7.1.0", | ||
| "description": "Enable Intercom features for Capacitor apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
76916
-0.05%