feat(android): update for 2.7.20#237
Merged
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1b468f5967
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | 20f56c9 | Commit Preview URL Branch Preview URL |
Jul 02 2026, 10:42 PM |
Android SDK 2.7.19/2.7.20 added SuperwallOptions.eventTrackingBehavior and PaywallOptions.loadingColor, but the reference docs and shared options guide still only documented the deprecated isExternalDataCollectionEnabled path. Addresses bot review comments on PR #237.
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.
Summary
Bumps documented Android SDK version:
2.7.18 -> 2.7.20.CHANGELOG.mdentries for2.7.19and2.7.20Doc updates performed
content/docs/android/index.mdx—<SdkLatestVersion>→2.7.20content/docs/android/sdk-reference/index.mdx—<SdkLatestVersion>→2.7.20content/docs/android/quickstart/install.mdx— Gradle/KTS/version-catalog dependency snippets →2.7.20content/docs/android/changelog.mdx— appended2.7.19and2.7.20entries verbatim from upstream changelog, history preservedFollow-up / known gaps
PaywallOptions.loadingColor,storeFrontCountryCode,EventTrackingBehavior/SuperwallOptions.eventTrackingBehavior). Changelog documents these; deeper guide/reference-page coverage (e.g.sdk-reference/PaywallOptions.mdx,sdk-reference/SuperwallOptions.mdx) was intentionally left out of scope for this version-bump PR and may warrant a follow-up.bun testpassed (65/65).bun run build:cfwas OOM-killed in this sandbox during the Vite production bundling step (unrelated to these content-only MDX edits — MDX generation and module transforms completed successfully beforehand); recommend re-running in CI.🤖 Generated with Claude Code
Note
Low Risk
Content-only MDX changes with no application code; integrators should note deprecated
isExternalDataCollectionEnabledmapping differs fromNONE.Overview
Updates Android docs for Superwall Android 2.7.20 (from 2.7.18) across install snippets, welcome/SDK reference version badges, and new 2.7.19 / 2.7.20 changelog sections.
Beyond the version bump, the PR documents new SDK surface from those releases:
PaywallOptions.loadingColorin the SDK reference (signature, parameter table, usage example), andEventTrackingBehavior/SuperwallOptions.eventTrackingBehaviorwith deprecation notes forisExternalDataCollectionEnabled. The shared using-superwalloptions Android section is rewritten to match iOS-style guidance (behavior table, configure/DSL examples, runtime updates onSuperwall.instance).storeFrontCountryCodeappears only in the changelog entry; there is no separate reference page in this diff.Reviewed by Cursor Bugbot for commit 20f56c9. Bugbot is set up for automated code reviews on this repo. Configure here.