Skip to content

feat(android): update for 2.7.18#230

Merged
dcrawbuck merged 1 commit into
mainfrom
update-android-sdk-2.7.18
Jun 30, 2026
Merged

feat(android): update for 2.7.18#230
dcrawbuck merged 1 commit into
mainfrom
update-android-sdk-2.7.18

Conversation

@dcrawbuck

@dcrawbuck dcrawbuck commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Android SDK Docs Update: 2.7.17 -> 2.7.18

Upstream diff

Changelog source

Upstream CHANGELOG.md entry for 2.7.18:

## 2.7.18

## Enhancements

- Adds `singularDeviceId` as an `AttributionProvider`.

Doc changes performed

  • Updated <SdkLatestVersion> in content/docs/android/index.mdx to 2.7.18
  • Updated <SdkLatestVersion> in content/docs/android/sdk-reference/index.mdx to 2.7.18
  • Updated all version strings in content/docs/android/quickstart/install.mdx to 2.7.18
  • Added 2.7.18 changelog entry to content/docs/android/changelog.mdx (additive, history preserved)

Follow-up tasks / known gaps

  • None. The 2.7.18 release only adds SINGULAR_DEVICE_ID to the AttributionProvider enum. No setup changes, no new Gradle dependencies, no guide updates needed beyond version bumps and the changelog entry.

Verification

  • bun test: 65 pass, 0 fail
  • bun run build:cf: killed by OOM in the sandbox environment; MDX transforms completed successfully before OOM.

Note

Low Risk
Documentation-only version bumps and a single additive changelog line; no runtime or API doc changes beyond what the release note states.

Overview
Updates Android SDK documentation from 2.7.17 to 2.7.18 across install snippets, SdkLatestVersion on the welcome and SDK reference index pages, and the public changelog.

The new 2.7.18 release note documents an SDK enhancement only: singularDeviceId is now available as an AttributionProvider for integration attributes. No other doc pages were added or changed beyond version strings and that changelog bullet.

Reviewed by Cursor Bugbot for commit 47d7807. 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: 47d7807854

ℹ️ 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.17"
implementation "com.superwall.sdk:superwall-android:2.7.18"

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 Do not point Gradle installs at unpublished 2.7.18

When a developer follows this snippet, Gradle must resolve com.superwall.sdk:superwall-android:2.7.18, but as of June 29, 2026 I found Maven Central only publishing 2.7.17 for this artifact (Sonatype, MvnRepository versions) and no 2.7.18 entry. That makes fresh Android installs fail dependency resolution; publish the 2.7.18 artifact first or keep the install snippets/version badges on 2.7.17 until it is available.

Useful? React with 👍 / 👎.

@cloudflare-workers-and-pages

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 47d7807 Jun 29 2026, 04:14 PM

@dcrawbuck dcrawbuck merged commit 5819f22 into main Jun 30, 2026
3 checks passed
@dcrawbuck dcrawbuck deleted the update-android-sdk-2.7.18 branch June 30, 2026 00:33
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