File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments