feat(android): update for 2.7.23 - #252
Merged
Merged
Conversation
Bumps documented Android SDK version from 2.7.21 to 2.7.23. - Update <SdkLatestVersion> in content/docs/android/index.mdx and content/docs/android/sdk-reference/index.mdx - Update dependency version strings (Groovy, Kotlin DSL, version catalog) in content/docs/android/quickstart/install.mdx - Append 2.7.22 and 2.7.23 entries to content/docs/android/changelog.mdx, copied verbatim from upstream CHANGELOG.md, preserving existing history Verified via upstream diff (2.7.21...2.7.23) that this release only contains internal bug fixes and error-handling changes (dead buy button on cached paywall re-presentation, non-Latin keyboard input in paywalls, billing error propagation) with no public API, Gradle/Kotlin setup, or guide-affecting changes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | d72e233 | Commit Preview URL Branch Preview URL |
Jul 28 2026, 04:12 PM |
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 Android SDK version from
2.7.21to2.7.23(upstream: superwall/Superwall-Android).content/docs/android/index.mdx—<SdkLatestVersion>→2.7.23content/docs/android/sdk-reference/index.mdx—<SdkLatestVersion>→2.7.23content/docs/android/quickstart/install.mdx— dependency version strings updated in all three install snippets (Groovy, Kotlin DSL, version catalog)content/docs/android/changelog.mdx— appended2.7.22and2.7.23entries verbatim from upstreamCHANGELOG.md, history preservedUpstream diff
2.7.21...2.7.23Reviewed the full upstream diff and changelog for 2.7.22/2.7.23: both releases are internal bug fixes / robustness changes only (dead buy button on cached paywall re-presentation, non-Latin keyboard input in paywall webviews, billing-error propagation, backend receipt notification, purchase-resolution timeout). No public API changes, no new
SuperwallOptions/PaywallOptions, no Gradle/Kotlin setup changes — so no guide or SDK reference content needed updates beyond the version markers and changelog.Note: upstream has since released
2.8.0(Billing Library 9 migration, min SDK 23, custom store products), which is intentionally out of scope for this PR per the requested 2.7.21 → 2.7.23 bump.Test plan
bun test— 64/64 tests passbun run build:cf— OOM-killed in this sandbox during the Vite chunking step (environment memory constraint, unrelated to this change); MDX compiled successfully. Please confirm a clean build in CI/normal dev environment.git statusconfirms only the 4 intended Android docs files changedNote
Low Risk
Documentation-only version and changelog updates; no application code or build config changes in this repo.
Overview
Updates Android documentation to reflect Superwall Android SDK 2.7.23 (from 2.7.21).
Version markers —
SdkLatestVersionon the Android welcome and SDK reference overview pages, plus Gradle/Kotlin/version-catalog snippets in the install guide, now point at2.7.23.Changelog — Adds release notes for 2.7.22 (backend entitlement notification, purchase-resolution timeout, dead buy button on cached paywall re-presentation) and 2.7.23 (non-Latin paywall keyboard input / IME, billing errors no longer propagating to the app). No other guide or API reference edits.
Reviewed by Cursor Bugbot for commit d72e233. Bugbot is set up for automated code reviews on this repo. Configure here.