Skip to content

feat: Update Braze SDK to 41.1.1#190

Merged
rmi22186 merged 1 commit intomainfrom
feat/update-braze-sdk-41
Apr 3, 2026
Merged

feat: Update Braze SDK to 41.1.1#190
rmi22186 merged 1 commit intomainfrom
feat/update-braze-sdk-41

Conversation

@rmi22186
Copy link
Copy Markdown
Contributor

@rmi22186 rmi22186 commented Mar 31, 2026

Summary

In my testing, Braze 41 was not sending events when using the example app. This requires upgrading AGP from 8.1.4 to 8.7.3 and Gradle from 8.0.2 to 8.9 because Braze 41 depends on androidx.datastore 1.1.x (a Kotlin Multiplatform library) which needs AGP 8.6+ for correct Android variant resolution.

Breaking changes in Braze SDK v37 → v41 (none affect this kit)

  • v38: News Feed removed entirely
  • v39: subscribeToContentCardsUpdates() behavior change (returns cached cards immediately)
  • v40: InAppMessageCloser removed; DeviceKey.RESOLUTION removed
  • v41: Location collection config methods renamed

Test plan

  • Verify kit compiles against Braze SDK 41.0.0
  • Run existing unit tests
  • Validate push notification handling still works
  • Validate event/purchase logging still works

🤖 Generated with Claude Code

Update Braze Android SDK from 37.0.0 to 41.1.1. This requires
upgrading AGP from 8.1.4 to 8.7.3 and Gradle from 8.0.2 to 8.9
because Braze 41 depends on androidx.datastore 1.1.x (a Kotlin
Multiplatform library) which needs AGP 8.6+ for correct Android
variant resolution.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rmi22186 rmi22186 force-pushed the feat/update-braze-sdk-41 branch from a3cdfb7 to 4db16f3 Compare April 3, 2026 13:16
@rmi22186 rmi22186 requested a review from denischilik April 3, 2026 13:18
@rmi22186 rmi22186 changed the title feat: Update Braze SDK to 41.0.0 feat: Update Braze SDK to 41.1.1 Apr 3, 2026
Copy link
Copy Markdown

@denischilik denischilik left a comment

Choose a reason for hiding this comment

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

LGTM

@rmi22186 rmi22186 merged commit f44d2b3 into main Apr 3, 2026
15 checks passed
@rmi22186 rmi22186 deleted the feat/update-braze-sdk-41 branch April 3, 2026 14:25
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