feat(android): update for 2.7.18#230
Conversation
There was a problem hiding this comment.
💡 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" |
There was a problem hiding this comment.
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 👍 / 👎.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs | 47d7807 | Jun 29 2026, 04:14 PM |
Android SDK Docs Update: 2.7.17 -> 2.7.18
Upstream diff
2.7.17...2.7.18Changelog source
Upstream
CHANGELOG.mdentry for 2.7.18:Doc changes performed
<SdkLatestVersion>incontent/docs/android/index.mdxto 2.7.18<SdkLatestVersion>incontent/docs/android/sdk-reference/index.mdxto 2.7.18content/docs/android/quickstart/install.mdxto 2.7.18content/docs/android/changelog.mdx(additive, history preserved)Follow-up tasks / known gaps
SINGULAR_DEVICE_IDto theAttributionProviderenum. No setup changes, no new Gradle dependencies, no guide updates needed beyond version bumps and the changelog entry.Verification
bun test: 65 pass, 0 failbun 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,
SdkLatestVersionon the welcome and SDK reference index pages, and the public changelog.The new 2.7.18 release note documents an SDK enhancement only:
singularDeviceIdis now available as anAttributionProviderfor 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.