Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions intercom-plugin/src/android/build-extras-intercom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ import java.util.regex.Matcher
// INSTALL_FAILED_CONFLICTING_PROVIDER error when installing the app.
//
// @link https://issues.apache.org/jira/browse/CB-10014
def manifest = new XmlSlurper().parse(file("src/main/AndroidManifest.xml"))
android.defaultConfig.applicationId [email protected]()

//DRIVER'S SEAT: Removing this as it conflicts with the build by
// setting ApplicationId to literal "[email protected]()"
//def manifest = new XmlSlurper().parse(file("src/main/AndroidManifest.xml"))
//android.defaultConfig.applicationId [email protected]()

// some libraries depend on higher versions of our dependencies than we support
// we keep track of these dependencies here and override the version to a safe one
Expand Down
2 changes: 1 addition & 1 deletion intercom-plugin/src/android/intercom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:8.0.2'
if (pushType == 'fcm') {
classpath 'com.google.gms:google-services:4.3.3'
}
Expand Down