From 9d1c90d747884b948df018ce4728e96bc28047f1 Mon Sep 17 00:00:00 2001 From: Ioannis J Date: Mon, 25 May 2026 20:53:13 +0300 Subject: [PATCH] chore(deps): raise posthog-android floor to 3.44.0 for session replay minimum recording duration --- .changeset/tidy-pillows-record.md | 5 +++++ posthog_flutter/android/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/tidy-pillows-record.md diff --git a/.changeset/tidy-pillows-record.md b/.changeset/tidy-pillows-record.md new file mode 100644 index 00000000..6ccd244e --- /dev/null +++ b/.changeset/tidy-pillows-record.md @@ -0,0 +1,5 @@ +--- +'posthog_flutter': patch +--- + +Raise the minimum `posthog-android` version to 3.44.0 to guarantee session replay minimum recording duration support. diff --git a/posthog_flutter/android/build.gradle b/posthog_flutter/android/build.gradle index 1a005c89..04603c7c 100644 --- a/posthog_flutter/android/build.gradle +++ b/posthog_flutter/android/build.gradle @@ -64,8 +64,8 @@ android { dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.0.0' - // + Version 3.38.0 and the versions up to 4.0.0, not including 4.0.0 and higher - implementation 'com.posthog:posthog-android:[3.38.0,4.0.0]' + // + Version 3.44.0 and the versions up to 4.0.0, not including 4.0.0 and higher + implementation 'com.posthog:posthog-android:[3.44.0,4.0.0]' } testOptions {