Packages | Maven Central | Min Version |
---|---|---|
posthog-android | Android API 21 | |
posthog (core) | Java 8 |
This repository contains PostHog's Android and JVM SDKs. PostHog is an open source platform for product analytics, feature flags, session replay, and more.
Full-featured Android SDK with automatic screen tracking, session recording, and Android-specific features.
implementation("com.posthog:posthog-android:$latestVersion")
Documentation: posthog-android/ | Usage: posthog-android/USAGE.md
Pure Kotlin/JVM library suitable for environment specific SDK integrations.
implementation("com.posthog:posthog:$latestVersion")
Documentation: posthog/ | Usage: posthog/USAGE.md
Please see the main PostHog docs.
Specifically, the Android docs details.