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 {