feat(android): update for 2.7.14#196
Merged
Merged
Conversation
Updates the Android SDK docs from 2.7.13 to 2.7.14: - Bump SdkLatestVersion in content/docs/android/index.mdx - Bump SdkLatestVersion in content/docs/android/sdk-reference/index.mdx - Update Gradle / build.gradle.kts / libs.version.toml snippets in content/docs/android/quickstart/install.mdx - Add 2.7.14 entry to content/docs/android/changelog.mdx (additive, history preserved) Release: https://github.com/superwall/Superwall-Android/releases/tag/2.7.14
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 9bf7c59 | Commit Preview URL Branch Preview URL |
May 12 2026, 04:13 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
Updates Superwall Android SDK docs from
2.7.13->2.7.14.Release: https://github.com/superwall/Superwall-Android/releases/tag/2.7.14
Diff: superwall/Superwall-Android@2.7.13...2.7.14
Upstream changelog source:
reference/android/CHANGELOG.mdUpstream changelog entry (2.7.14)
Fixes
Upstream diff summary
Internal-only changes; no public API surface changes:
superwall/src/main/java/com/superwall/sdk/billing/BillingClientUseCase.kt— adds foreground retry + exponential backoff for unavailable Play Services.superwall/src/main/java/com/superwall/sdk/models/customer/CustomerInfo.kt— routes JSON encoding through the sharedJsonFactory.JSONto fix Custom Info date serialization.superwall/src/main/java/com/superwall/sdk/store/StoreManager.kt— short-circuits product fetching for test-mode products so they load correctly in paywalls.version.env/CHANGELOG.mdbumps.No setup, install, or guide-level API changes were required.
Doc updates performed
content/docs/android/index.mdx—SdkLatestVersionbumped to 2.7.14.content/docs/android/sdk-reference/index.mdx—SdkLatestVersionbumped to 2.7.14.content/docs/android/quickstart/install.mdx— Gradle, Kotlin DSL, andlibs.versions.tomlsnippets bumped to 2.7.14.content/docs/android/changelog.mdx— 2.7.14 entry appended verbatim from upstream; history preserved.Verification
bun test— 37 passed, 0 failed.bun run build:cf— MDX/Vite transform completes (7290 modules) but the rendering step was OOM-killed in the local sandbox (exit 137). Not related to these doc changes; recommend re-running in CI/Cloudflare to confirm.Follow-up / notes
Note
Low Risk
Low risk: documentation-only updates that bump referenced Android SDK version and add release notes, with no runtime or API changes in this repo.
Overview
Updates Android documentation to reference Superwall SDK
2.7.14(from2.7.13) across the install snippets andSdkLatestVersioncomponents.Adds a new
2.7.14changelog entry listing the release fixes (test mode product loading, Play Services backoff retry, and Custom Info date serialization).Reviewed by Cursor Bugbot for commit 9bf7c59. Bugbot is set up for automated code reviews on this repo. Configure here.