diff --git a/content/docs/android/changelog.mdx b/content/docs/android/changelog.mdx
index 8bf5994..1b29e05 100644
--- a/content/docs/android/changelog.mdx
+++ b/content/docs/android/changelog.mdx
@@ -3,6 +3,12 @@ title: "Changelog"
description: "Release notes for the Superwall Android SDK"
---
+## 2.7.18
+
+## Enhancements
+
+- Adds `singularDeviceId` as an `AttributionProvider`.
+
## 2.7.17
## Fixes
diff --git a/content/docs/android/index.mdx b/content/docs/android/index.mdx
index f935042..54ecb04 100644
--- a/content/docs/android/index.mdx
+++ b/content/docs/android/index.mdx
@@ -127,4 +127,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 9dd8a8c..fb5cd0d 100644
--- a/content/docs/android/quickstart/install.mdx
+++ b/content/docs/android/quickstart/install.mdx
@@ -105,16 +105,16 @@ can find the [latest release here](https://github.com/superwall/Superwall-Androi
```gradle build.gradle
-implementation "com.superwall.sdk:superwall-android:2.7.17"
+implementation "com.superwall.sdk:superwall-android:2.7.18"
```
```kotlin build.gradle.kts
-implementation("com.superwall.sdk:superwall-android:2.7.17")
+implementation("com.superwall.sdk:superwall-android:2.7.18")
```
```toml libs.version.toml
[libraries]
-superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.17" }
+superwall-android = { group = "com.superwall.sdk", name = "superwall-android", version = "2.7.18" }
// 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 09873d0..eab778e 100644
--- a/content/docs/android/sdk-reference/index.mdx
+++ b/content/docs/android/sdk-reference/index.mdx
@@ -100,4 +100,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).
-
+