Skip to content

fix: update posthog-android to 3.40.2#64

Merged
marandaneto merged 3 commits intomainfrom
chore/update-posthog-android-3-40-2
Apr 9, 2026
Merged

fix: update posthog-android to 3.40.2#64
marandaneto merged 3 commits intomainfrom
chore/update-posthog-android-3-40-2

Conversation

@marandaneto
Copy link
Copy Markdown
Member

@marandaneto marandaneto commented Apr 9, 2026

Problem

Consumers of this package should pick up the latest Android native dependency update in the published release, and CI should actually rebuild Android when the library's Android dependency changes.

Changes

  • bump com.posthog:posthog-android in android/build.gradle from 3.39.1 to 3.40.2
  • add a patch changeset for publishing the dependency update
  • disable Turbo cache reuse for build:android so CI performs a real Android build instead of replaying stale cached logs

Checklist

  • Tests for new code (if applicable)
  • Accounted for the impact of any changes across iOS and Android platforms
  • Accounted for backwards compatibility of any changes (no breaking changes!)

If releasing new changes

  • Ran pnpm changeset to generate a changeset file
  • Added the release label to the PR

@marandaneto
Copy link
Copy Markdown
Member Author

depends on PostHog/posthog-android#484

@marandaneto marandaneto requested a review from a team as a code owner April 9, 2026 12:26
@marandaneto marandaneto changed the title chore: update posthog-android to 3.40.2 fix: update posthog-android to 3.40.2 Apr 9, 2026
Comment thread turbo.json
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build:android": {
"cache": false,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise it'll always use the cached version and never fail

@marandaneto marandaneto merged commit 0940a87 into main Apr 9, 2026
25 of 28 checks passed
@marandaneto marandaneto deleted the chore/update-posthog-android-3-40-2 branch April 9, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants