Skip to content

Conversation

@techouse
Copy link
Contributor

@techouse techouse commented May 1, 2023

Summary

The recently released Braze Android SDK v25 is now hosted on Maven Central which means that

repositories {
  maven { url "https://appboy.github.io/appboy-android-sdk/sdk" }
}

can now be removed from build.gradle.

Also, the dependency name has been renamed from

 'com.appboy:android-sdk-ui'

to

 'com.braze:android-sdk-ui'

Testing Plan

  • Ran test suite locally. All tests passed.
  • Tested using a locally built artifact android-appboy-kit-release.aar. Works OK.

@techouse
Copy link
Contributor Author

Can someone please take a look at this?

@einsteinx2 einsteinx2 requested a review from markvdouw July 13, 2023 09:34
@einsteinx2
Copy link
Contributor

Apologies for the delay on this. We'll need to do some testing to confirm there are no breaking changes since it's a major version bump, then we can merge this.

@techouse
Copy link
Contributor Author

Thanks @einsteinx2 😄

I don't believe that any breaking changes have been made in v25.0.0 https://www.braze.com/docs/developer_guide/platform_integration_guides/android/changelog/#2500

There however were breaking changes in v26.0.0 https://www.braze.com/docs/developer_guide/platform_integration_guides/android/changelog/#2600

@techouse techouse mentioned this pull request Jul 30, 2023
@markvdouw markvdouw merged commit 3d6f516 into mparticle-integrations:development Aug 1, 2023
Copy link

@markvdouw markvdouw left a comment

Choose a reason for hiding this comment

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

Approve

@techouse techouse deleted the chore/bump-android-sdk-ui-to-v25 branch August 1, 2023 22:22
markvdouw pushed a commit that referenced this pull request Dec 21, 2023
* fix: Manually adding custom attributes for NON PURCHASE EVENTS (#147)

* Manually adding custom attributes for NON PURCHASE EVENTS

* Adding commented test

* fix: Forward Custom Attributes for all Commerce Events (#150)

* feat: SQDSDKS-5551 Changing test for sideloading kits feature (#151)

Fixing test to accomodate new architecture change for sideloaded kits

* chore: bump android-sdk-ui from 24.3.0 to 25.0.0 (#133)

:arrow_up: Upgrade Braze Android SDK from v24 to v25

* fix: flip supportsAttributeLists back to true (#162)

Signed-off-by: jshin-tse <[email protected]>

* Bumping min version to API 21 based on Braze documentation
Bumping to latest Braze version

---------

Signed-off-by: jshin-tse <[email protected]>
Signed-off-by: markvdouw <[email protected]>
Co-authored-by: Brandon Stalnaker <[email protected]>
Co-authored-by: Klemen Tusar <[email protected]>
Co-authored-by: jshin-tse <[email protected]>
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.

3 participants