Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump android-sdk-ui from 23.3.0 to 24.3.0 and replace all com.appboy imports with com.braze #123

Merged
merged 6 commits into from
Apr 26, 2023
Merged

chore: bump android-sdk-ui from 23.3.0 to 24.3.0 and replace all com.appboy imports with com.braze #123

merged 6 commits into from
Apr 26, 2023

Conversation

techouse
Copy link
Contributor

@techouse techouse commented Feb 24, 2023

Summary

Fixes #115, #128 and addresses #117

The Braze Android SDK v24 replaced the com.appboy classpath with com.braze as outlined in the changelog.

Currently, this mParticle kit still looks for com.appboy which crashes the app. This PR fixes it by replacing all com.appboy imports with their com.braze equivalents.

old import replaced by
com.appboy.enums.Gender com.braze.enums.Gender
com.appboy.enums.Month com.braze.enums.Month
com.appboy.enums.SdkFlavor com.braze.enums.SdkFlavor
com.appboy.enums.NotificationSubscriptionType com.braze.enums.NotificationSubscriptionType

Testing Plan

  • Ran test suite locally. All tests passed.
  • Compiled a local artifact android-appboy-kit-release.aar and impoted that locally. Everything works OK.

dependabot bot and others added 2 commits February 20, 2023 02:19
Bumps org.sonarqube from 3.5.0.2730 to 4.0.0.2929.

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@techouse techouse changed the title chore: bump android-sdk-ui from 23.3.0 to 24.2.0 and replace all com.appboy imports with com.braze chore: bump android-sdk-ui from 23.3.0 to 24.3.0 and replace all com.appboy imports with com.braze Mar 10, 2023
@techouse
Copy link
Contributor Author

Can someone please look at this PR?

@samdozor samdozor requested a review from mmustafa-tse April 14, 2023 14:51
Copy link
Contributor

@mmustafa-tse mmustafa-tse left a comment

Choose a reason for hiding this comment

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

LGTM! @markvdouw let me know how it looks on your end

@jasonmgeorge jasonmgeorge requested a review from markvdouw April 24, 2023 14:19
build.gradle Outdated Show resolved Hide resolved
@techouse
Copy link
Contributor Author

@mmustafa-tse & @markvdouw can you have another look at this please?

Copy link
Contributor

@mmustafa-tse mmustafa-tse left a comment

Choose a reason for hiding this comment

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

LGTM! already tested this code. awaiting @markvdouw

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.

LGTM

@markvdouw
Copy link

I will wait for test to pass, merge it and run will be deployed soon.

@markvdouw markvdouw merged commit fab2bc6 into mparticle-integrations:development Apr 26, 2023
@techouse techouse deleted the chore/bump-android-sdk-ui-to-v24-and-fix-imports branch April 26, 2023 17:51
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