Skip to content

chore: bump com.rokt:roktsdk from 4.14.3 to 4.14.5#146

Merged
nickolas-dimitrakas merged 1 commit into
mainfrom
chore/bump-roktsdk-4.14.5
Jun 22, 2026
Merged

chore: bump com.rokt:roktsdk from 4.14.3 to 4.14.5#146
nickolas-dimitrakas merged 1 commit into
mainfrom
chore/bump-roktsdk-4.14.5

Conversation

@nickolas-dimitrakas

Copy link
Copy Markdown
Contributor

Summary

Bumps the pinned Rokt Android SDK from 4.14.3 to 4.14.5 (api 'com.rokt:roktsdk:4.14.5').

Why

4.14.5 carries the late-initialisation Activity fix on the Rokt v4 maintenance line (ROKT/sdk-android-source#1087, backport of #1062 / #1063):

Overlay / bottom-sheet placements launch via RoktModalActivity, which needs the SDK's cached current Activity. That cache was previously only populated on onActivityResumed by an observer registered during Rokt.init(). When the SDK initialises after the host Activity has already resumed — e.g. the async mParticle kit load, or deferred init from React Native — the resume is missed and overlays can't display until the next resume (the "press home and reopen" workaround partners hit). 4.14.5 now observes the Activity lifecycle from process start (via a no-op ContentProvider) and recovers the host Activity from the Compose context, so late init works.

This directly unblocks mParticle React Native partners hitting the deferred-init flakiness on Android.

com.rokt:roktsdk:4.14.5 is published and resolvable from Maven Central.

Change

Single-line dependency bump in build.gradle, following the same pattern as #136 / #120.

@nickolas-dimitrakas nickolas-dimitrakas requested a review from a team as a code owner June 22, 2026 19:55
@nickolas-dimitrakas nickolas-dimitrakas self-assigned this Jun 22, 2026
@nickolas-dimitrakas nickolas-dimitrakas merged commit 0a9cd5a into main Jun 22, 2026
16 checks passed
@nickolas-dimitrakas nickolas-dimitrakas deleted the chore/bump-roktsdk-4.14.5 branch June 22, 2026 20:05
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