MOEN-42898: BOM Version update to 1.5.1 for the inapp callback not emitted fix#93
Merged
arshiya-moengage merged 1 commit intodevelopmentfrom Feb 6, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the MoEngage Android BOM version from 1.5.0 to 1.5.1 to incorporate a fix for an inapp callback emission issue identified in JIRA ticket MOEN-42898.
Changes:
- Updated
moengageNativeBOMVersionfrom1.5.0to1.5.1across all SDK modules (core, cards, inbox, geofence) - Updated
android-dependency-catalogfrom6.5.0to6.5.1in the SampleApp - Updated all corresponding CHANGELOG files to reflect the BOM version change
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/core/android/moengage-dependency-helper.gradle | Updates MoEngage BOM version to 1.5.1 in the core module |
| sdk/core/CHANGELOG.md | Documents the BOM version update in the core module changelog |
| sdk/cards/android/build.gradle | Updates MoEngage BOM version to 1.5.1 in the cards module |
| sdk/cards/CHANGELOG.md | Documents the BOM version update in the cards module changelog |
| sdk/inbox/android/build.gradle | Updates MoEngage BOM version to 1.5.1 in the inbox module |
| sdk/inbox/CHANGELOG.md | Documents the BOM version update in the inbox module changelog |
| sdk/geofence/android/build.gradle | Updates MoEngage BOM version to 1.5.1 in the geofence module |
| sdk/geofence/CHANGELOG.md | Documents the BOM version update in the geofence module changelog |
| SampleApp/android/settings.gradle | Updates dependency catalog version to 6.5.1 for the sample application |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
31a89cb to
a012ffc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira Ticket
https://moengagetrial.atlassian.net/browse/MOEN-42898
Description
BOM Version update to 1.5.1 for the inapp callback not emitted fix