Skip to content

Commit 264b167

Browse files
committed
chore: Update native dependencies
1 parent ec1faa6 commit 264b167

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ android {
5353
dependencies {
5454
testImplementation 'org.jetbrains.kotlin:kotlin-test'
5555
testImplementation 'org.mockito:mockito-core:5.0.0'
56-
// + Version 3.25.0 and the versions up to 4.0.0, not including 4.0.0 and higher
57-
implementation 'com.posthog:posthog-android:[3.25.0,4.0.0]'
56+
// + Version 3.31.0 and the versions up to 4.0.0, not including 4.0.0 and higher
57+
implementation 'com.posthog:posthog-android:[3.31.0,4.0.0]'
5858
}
5959

6060
testOptions {

ios/posthog_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Postog flutter plugin
2121
s.ios.dependency 'Flutter'
2222
s.osx.dependency 'FlutterMacOS'
2323

24-
# ~> Version 3.32.0 up to, but not including, 4.0.0
25-
s.dependency 'PostHog', '>= 3.32.0', '< 4.0.0'
24+
# ~> Version 3.40.0 up to, but not including, 4.0.0
25+
s.dependency 'PostHog', '>= 3.40.0', '< 4.0.0'
2626

2727
s.ios.deployment_target = '13.0'
2828
# PH iOS SDK 3.0.0 requires >= 10.15

0 commit comments

Comments
 (0)