diff --git a/content/docs/android/changelog.mdx b/content/docs/android/changelog.mdx index 4732915..9e9c233 100644 --- a/content/docs/android/changelog.mdx +++ b/content/docs/android/changelog.mdx @@ -3,6 +3,13 @@ title: "Changelog" description: "Release notes for the Superwall Android SDK" --- +## 2.7.13 + +## Fixes +- Fix `device.appVersionPadded` and `device.sdkVersionPadded` emitting non-ASCII digits on devices whose default locale uses a non-Latin numbering system (e.g. `ar-EG`, `fa-IR`, `bn-BD`), which caused audience-rule version comparisons to misbucket affected users. +- Ensures timeout applies to HttpUrlConnection for enrichment and subscription API's +- Remove unnecessary sync access causing ANR lock in React Native + ## 2.7.12 ## Enhancements diff --git a/content/docs/android/index.mdx b/content/docs/android/index.mdx index ab3970b..0fc2822 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 8393548..29bf99d 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.12" +implementation "com.superwall.sdk:superwall-android:2.7.13" ``` ```kotlin build.gradle.kts -implementation("com.superwall.sdk:superwall-android:2.7.12") +implementation("com.superwall.sdk:superwall-android:2.7.13") ``` ```toml libs.version.toml [libraries] -superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.12" } +superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.13" } // 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 3b7add1..9fc8f84 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). - +