Skip to content

PostHog/posthog-android

Repository files navigation

GH Workflow

Packages Maven Central Min Version
posthog-android Maven Central Android API 21
posthog (core) Maven Central Java 8

PostHog Android & JVM SDKs

This repository contains PostHog's Android and JVM SDKs. PostHog is an open source platform for product analytics, feature flags, session replay, and more.

Packages

posthog-android

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

posthog (core)

Pure Kotlin/JVM library suitable for environment specific SDK integrations.

implementation("com.posthog:posthog:$latestVersion")

Documentation: posthog/ | Usage: posthog/USAGE.md

Documentation

Please see the main PostHog docs.

Specifically, the Android docs details.

Questions?