diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f0973..d98699f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/Superwall-Flutter/releases) on GitHub. +## 1.3.6 + +### Enhancements + +- Updates Android SDK to 1.5.1 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.5.1) + ## 1.3.5 ### Enhancements diff --git a/android/build.gradle b/android/build.gradle index 5c36360..2603ad3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -74,7 +74,7 @@ dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.0.0' - implementation "com.superwall.sdk:superwall-android:1.5.0" + implementation "com.superwall.sdk:superwall-android:1.5.1" implementation 'com.android.billingclient:billing:6.1.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' } \ No newline at end of file