feat(android): update for 2.7.17#226
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 89f08298f1
ℹ️ 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".
|
|
||
| ```gradle build.gradle | ||
| implementation "com.superwall.sdk:superwall-android:2.7.16" | ||
| implementation "com.superwall.sdk:superwall-android:2.7.17" |
There was a problem hiding this comment.
Point install snippets at a resolvable Android artifact
This update makes new Android installs depend on com.superwall.sdk:superwall-android:2.7.17, but the Maven Central index for this artifact currently lists 2.7.16 as the newest Central version and has no 2.7.17 entry (see https://mvnrepository.com/artifact/com.superwall.sdk/superwall-android/versions). In that state, anyone copying the Gradle snippet will get dependency-resolution failures during Sync/CI; publish the artifact first or keep these install snippets on the latest available Central version.
Useful? React with 👍 / 👎.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | f6ea14e | Jun 26 2026, 09:09 PM |
89f0829 to
f6ea14e
Compare
Android SDK 2.7.16 -> 2.7.17
Upstream diff
Tags:
2.7.16..2.7.17Diff: superwall/Superwall-Android@2.7.16...2.7.17
Changelog source:
reference/android/CHANGELOG.mdUpstream changes (2.7.17)
Bug-fix only release. No API or setup changes.
Fixes:
Doc updates performed
content/docs/android/index.mdx— bumpedSdkLatestVersionto 2.7.17content/docs/android/sdk-reference/index.mdx— bumpedSdkLatestVersionto 2.7.17content/docs/android/quickstart/install.mdx— updated all 3 Gradle dependency version strings to 2.7.17content/docs/android/changelog.mdx— prepended 2.7.17 entry additively (all history preserved)Verification
bun test: 65 pass, 0 failbun run build:cf: killed with SIGKILL (exit 137) due to environment memory constraints — confirmed identical failure on the base branch with no changes applied, so this is not caused by these doc editsFollow-up tasks / known gaps
None — this was a pure bug-fix release with no API surface, setup, or guide changes required.
Note
Low Risk
Documentation and a defensive guard in an internal reference-sync script only; no runtime product code changes.
Overview
Android SDK 2.7.17 is reflected across the docs:
SdkLatestVersionon the welcome and SDK reference pages, all three Gradle install snippets, and a new 2.7.17 changelog entry documenting the fix for paywalls not dismissing after web redemption.Separately,
scripts/download-references.tsnow restores removable test files withgit checkoutonly whengit ls-filesconfirms the path is tracked, so pulls are not blocked when a file was deleted locally and is no longer in the index.Reviewed by Cursor Bugbot for commit f6ea14e. Bugbot is set up for automated code reviews on this repo. Configure here.