Skip to content

feat(android): update for 2.7.17#226

Merged
dcrawbuck merged 2 commits into
mainfrom
update-android-sdk-2.7.17
Jun 26, 2026
Merged

feat(android): update for 2.7.17#226
dcrawbuck merged 2 commits into
mainfrom
update-android-sdk-2.7.17

Conversation

@dcrawbuck

@dcrawbuck dcrawbuck commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Android SDK 2.7.16 -> 2.7.17

Upstream diff

Tags: 2.7.16..2.7.17
Diff: superwall/Superwall-Android@2.7.16...2.7.17
Changelog source: reference/android/CHANGELOG.md

Upstream changes (2.7.17)

Bug-fix only release. No API or setup changes.

Fixes:

  • Fix paywall not dismissing after web redemption

Doc updates performed

  • content/docs/android/index.mdx — bumped SdkLatestVersion to 2.7.17
  • content/docs/android/sdk-reference/index.mdx — bumped SdkLatestVersion to 2.7.17
  • content/docs/android/quickstart/install.mdx — updated all 3 Gradle dependency version strings to 2.7.17
  • content/docs/android/changelog.mdx — prepended 2.7.17 entry additively (all history preserved)

Verification

  • bun test: 65 pass, 0 fail
  • bun 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 edits

Follow-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: SdkLatestVersion on 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.ts now restores removable test files with git checkout only when git ls-files confirms 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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
superwall-docs f6ea14e Jun 26 2026, 09:09 PM

@dcrawbuck dcrawbuck force-pushed the update-android-sdk-2.7.17 branch from 89f0829 to f6ea14e Compare June 26, 2026 20:57
@dcrawbuck dcrawbuck merged commit 4acc797 into main Jun 26, 2026
2 of 3 checks passed
@dcrawbuck dcrawbuck deleted the update-android-sdk-2.7.17 branch June 26, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant