feat(android): update for 2.7.21#242
Merged
Merged
Conversation
Bumps documented Android SDK version from 2.7.20 to 2.7.21. - content/docs/android/index.mdx: bump SdkLatestVersion to 2.7.21 - content/docs/android/sdk-reference/index.mdx: bump SdkLatestVersion to 2.7.21 - content/docs/android/quickstart/install.mdx: bump Gradle/Kotlin DSL/version-catalog dependency pins to 2.7.21 - content/docs/android/changelog.mdx: add 2.7.21 entry (Enhancements: fontScale/fontSize device attributes, device template memoization; Fixes: paywall backgrounding teardown, experiment ID overwrite), history preserved Upstream: superwall/Superwall-Android@2.7.20...2.7.21 Reviewed upstream diff and CHANGELOG.md for 2.7.21 - all changes are internal implementation details (memoization, defensive message parsing, backgrounding fix) with no new public API or setup changes beyond the version bump. Verification: bun test (65/65 pass). bun run build:cf's vite build step was OOM-killed in this sandbox (3.8GB RAM) - a resource constraint, not a defect; all pre-build content-generation steps completed successfully.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | f53e71b | Commit Preview URL Branch Preview URL |
Jul 08 2026, 06:16 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0e78f84d33
ℹ️ 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".
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 the documented Superwall Android SDK version from
2.7.20to2.7.21(latest GitHub release: https://github.com/superwall/Superwall-Android/releases/tag/2.7.21).Upstream diff reviewed: superwall/Superwall-Android@2.7.20...2.7.21
Upstream 2.7.21 changelog:
fontScale/fontSizedevice attributes for system text size; memoizes the device template used for audience-filter evaluation and paywall templating (rebuilt only when mutable inputs change).These are internal implementation changes with no new public API or setup/config changes, so beyond the version bump the only content update needed is the changelog entry.
Changes
content/docs/android/index.mdx—SdkLatestVersion2.7.20 → 2.7.21content/docs/android/sdk-reference/index.mdx—SdkLatestVersion2.7.20 → 2.7.21content/docs/android/quickstart/install.mdx— Gradle / Kotlin DSL / version-catalog dependency pins 2.7.20 → 2.7.21content/docs/android/changelog.mdx— added## 2.7.21entry (additive, full history preserved)Test plan
bun test— 65/65 passbun run build:cf— attempted; thevite buildstep was OOM-killed in the sandbox used to prepare this PR (3.8GB RAM available). All pre-build content-generation steps (changelog generator, image copy) completed successfully. Recommend re-running in CI/a higher-memory environment before merge.git statusconfirms only the 4 files above changed🤖 Generated with Claude Code
Note
Low Risk
Documentation-only version and release-note updates with no runtime or API contract changes in this repo.
Overview
Updates Android SDK documentation from 2.7.20 to 2.7.21 across install snippets (
SdkLatestVersion, Gradle/Kotlin/version catalog) and adds a new 2.7.21 changelog (device template memoization,fontScale/fontSize, paywall backgrounding and experiment-ID fixes).Documents
fontScaleandfontSizeas device variables in the paywall editor variables table and the global variable reference (Android 2.7.21).Reviewed by Cursor Bugbot for commit f53e71b. Bugbot is set up for automated code reviews on this repo. Configure here.