From ad2b0e2b55f177e134a397f46000636c4312f1ae Mon Sep 17 00:00:00 2001 From: Lever Date: Tue, 24 Feb 2026 22:08:25 +0000 Subject: [PATCH] feat(android): update for 2.7.2 --- content/docs/android/changelog.mdx | 5 +++++ content/docs/android/index.mdx | 2 +- content/docs/android/quickstart/install.mdx | 6 +++--- content/docs/android/sdk-reference/index.mdx | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/content/docs/android/changelog.mdx b/content/docs/android/changelog.mdx index 799a09d3..a284c082 100644 --- a/content/docs/android/changelog.mdx +++ b/content/docs/android/changelog.mdx @@ -3,6 +3,11 @@ title: "Changelog" description: "Release notes for the Superwall Android SDK" --- +## 2.7.2 + +### Fixes +- Fixes issue with `enableExperimentalDeviceVariables` option causing subscription status sync to fail + ## 2.7.1 ### Enhancements diff --git a/content/docs/android/index.mdx b/content/docs/android/index.mdx index ab1ab6ba..d6ca1cd3 100644 --- a/content/docs/android/index.mdx +++ b/content/docs/android/index.mdx @@ -34,4 +34,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). - \ No newline at end of file + \ No newline at end of file diff --git a/content/docs/android/quickstart/install.mdx b/content/docs/android/quickstart/install.mdx index bf018c99..0436c5b0 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.1" +implementation "com.superwall.sdk:superwall-android:2.7.2" ``` ```kotlin build.gradle.kts -implementation("com.superwall.sdk:superwall-android:2.7.1") +implementation("com.superwall.sdk:superwall-android:2.7.2") ``` ```toml libs.version.toml [libraries] -superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.1" } +superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.2" } // 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 ad548bd7..23ef8af4 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). - \ No newline at end of file + \ No newline at end of file