Skip to content

feat: add Braze 39 kit#677

Open
denischilik wants to merge 2 commits intoworkstation/6.0-Releasefrom
feat/SDKE-1007-Braze-39-Kit
Open

feat: add Braze 39 kit#677
denischilik wants to merge 2 commits intoworkstation/6.0-Releasefrom
feat/SDKE-1007-Braze-39-Kit

Conversation

@denischilik
Copy link

Background

Adds Braze 39 kit by copying braze-38 and updating SDK dependency to com.braze:android-sdk-ui:39.0.0.

What Has Changed

  • Copied braze-38 kit to braze-39
  • Updated path references (braze-38 → braze-39)
  • Registered braze-39 in settings-kits.gradle
  • Updated Braze SDK dependency to 39.0.0

Screenshots/Video

N/A

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have tested this locally.

Additional Notes

Two commits: (1) copy kit + register; (2) update SDK dependency.

Reference Issue (For employees only. Ignore if you are an outside contributor)

@denischilik denischilik requested a review from a team as a code owner March 13, 2026 16:16
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
29.2% Duplication on New Code (required ≤ 3%)
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE


sonarqube {
properties {
property "sonar.projectKey", "mparticle-android-integration-appboy"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will overwrite the report from the other kit with the same name. I would suggest to change the name

apply plugin: 'com.mparticle.kit'

android {
namespace 'com.mparticle.kits.appboy'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both the kits can't be published with the same namespace.


repositories {
mavenCentral()
maven { url "https://appboy.github.io/appboy-android-sdk/sdk" } //REQUIRED: Braze isn't available in jCenter or Maven Central - so you need to add their Maven Server
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer the case. The new version of the braze library is available in MavenCentral. We can remove this.


// REQUIRED: Add the Braze (formerly Appboy) kit here
// this will also pull in mParticle's Core SDK (com.mparticle:android-core) as a transitive dependency
implementation 'com.mparticle:android-appboy-kit:5.6.5'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example app should be using current kit's dependency. This seems old kit dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants