Conversation
|
|
|
||
| sonarqube { | ||
| properties { | ||
| property "sonar.projectKey", "mparticle-android-integration-appboy" |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
The example app should be using current kit's dependency. This seems old kit dependency.




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
Screenshots/Video
N/A
Checklist
Additional Notes
Two commits: (1) copy kit + register; (2) update SDK dependency.
Reference Issue (For employees only. Ignore if you are an outside contributor)