From 9bf7c5949d93db8326c4a55900583bfe80f3812f Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 12 May 2026 16:07:05 +0000 Subject: [PATCH] feat(android): update for 2.7.14 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 --- content/docs/android/changelog.mdx | 8 ++++++++ content/docs/android/index.mdx | 2 +- content/docs/android/quickstart/install.mdx | 6 +++--- content/docs/android/sdk-reference/index.mdx | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/content/docs/android/changelog.mdx b/content/docs/android/changelog.mdx index 9e9c233..bbd4b28 100644 --- a/content/docs/android/changelog.mdx +++ b/content/docs/android/changelog.mdx @@ -3,6 +3,14 @@ title: "Changelog" description: "Release notes for the Superwall Android SDK" --- +## 2.7.14 + +## Fixes + +- Fixes test mode products not being loaded properly in PW +- Improve exponential backoff retry for Play Service unavailable +- Fix Custom Info date serialization issues + ## 2.7.13 ## Fixes diff --git a/content/docs/android/index.mdx b/content/docs/android/index.mdx index 0fc2822..7081fb4 100644 --- a/content/docs/android/index.mdx +++ b/content/docs/android/index.mdx @@ -42,4 +42,4 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-android/issues). - + diff --git a/content/docs/android/quickstart/install.mdx b/content/docs/android/quickstart/install.mdx index 29bf99d..a190cb3 100644 --- a/content/docs/android/quickstart/install.mdx +++ b/content/docs/android/quickstart/install.mdx @@ -20,16 +20,16 @@ can find the [latest release here](https://github.com/superwall/Superwall-Androi ```gradle build.gradle -implementation "com.superwall.sdk:superwall-android:2.7.13" +implementation "com.superwall.sdk:superwall-android:2.7.14" ``` ```kotlin build.gradle.kts -implementation("com.superwall.sdk:superwall-android:2.7.13") +implementation("com.superwall.sdk:superwall-android:2.7.14") ``` ```toml libs.version.toml [libraries] -superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.13" } +superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.14" } // And in your build.gradle.kts dependencies { diff --git a/content/docs/android/sdk-reference/index.mdx b/content/docs/android/sdk-reference/index.mdx index 9fc8f84..52350e4 100644 --- a/content/docs/android/sdk-reference/index.mdx +++ b/content/docs/android/sdk-reference/index.mdx @@ -15,4 +15,4 @@ If you have feedback on any of our docs, please leave a rating and message at th If you have any issues with the SDK, please [open an issue on GitHub](https://github.com/superwall/superwall-android/issues). - +