From 9ab9cb02254df8492ec90ad18352e029047249af Mon Sep 17 00:00:00 2001 From: Lever Date: Wed, 22 Apr 2026 16:08:18 +0000 Subject: [PATCH 1/2] fix(android): add missing fixes section to 2.7.12 changelog Co-Authored-By: Claude Opus 4.6 --- content/docs/android/changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/docs/android/changelog.mdx b/content/docs/android/changelog.mdx index ad78411..4732915 100644 --- a/content/docs/android/changelog.mdx +++ b/content/docs/android/changelog.mdx @@ -3,6 +3,15 @@ title: "Changelog" description: "Release notes for the Superwall Android SDK" --- +## 2.7.12 + +## Enhancements +- Add customer info to paywall info and tracked events +- Add stripe/paddle intro offer eligibility + +## Fixes +- Fix dismiss animation for bottom sheets and modals on newer Samsung devices + ## 2.7.11 ## Enhancements From 92d58ed1e4ebccbbcb3d157523dda3c56e17e44e Mon Sep 17 00:00:00 2001 From: Duncan Crawbuck Date: Wed, 22 Apr 2026 12:13:47 -0700 Subject: [PATCH 2/2] fix(android): align 2.7.12 version markers --- content/docs/android/index.mdx | 2 +- content/docs/android/quickstart/install.mdx | 6 +++--- content/docs/android/sdk-reference/index.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/android/index.mdx b/content/docs/android/index.mdx index 87d6162..ab3970b 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 1200fb0..8393548 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.11" +implementation "com.superwall.sdk:superwall-android:2.7.12" ``` ```kotlin build.gradle.kts -implementation("com.superwall.sdk:superwall-android:2.7.11") +implementation("com.superwall.sdk:superwall-android:2.7.12") ``` ```toml libs.version.toml [libraries] -superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.11" } +superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.12" } // 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 582df16..3b7add1 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). - +