From c0f25c9c221a1e6b3890f94e8853a6d92bc9f9dc Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 26 Feb 2025 14:37:45 +0100 Subject: [PATCH] chore: bump Android SDK to 3.11.3 --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f66096..dfbb118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Next +## 1.0.3 - 2025-02-26 + +- chore: bump Android SDK to 3.11.3 + ## 1.0.2 - 2025-02-25 - fix: distinctId and anonymousId should degrade gracefully if they are strings that can't be parsed diff --git a/android/build.gradle b/android/build.gradle index bcbf191..d9d46fd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,6 +95,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.posthog:posthog-android:3.9.2" + implementation "com.posthog:posthog-android:3.11.3" }