{"id":20313752,"url":"https://github.com/posthog/posthog-android","last_synced_at":"2026-05-26T21:01:08.109Z","repository":{"id":40743583,"uuid":"259885092","full_name":"PostHog/posthog-android","owner":"PostHog","description":"PostHog Android SDK","archived":false,"fork":false,"pushed_at":"2026-05-21T21:49:46.000Z","size":3632,"stargazers_count":82,"open_issues_count":29,"forks_count":38,"subscribers_count":15,"default_branch":"main","last_synced_at":"2026-05-21T22:24:17.340Z","etag":null,"topics":["android","posthog","sdk"],"latest_commit_sha":null,"homepage":"https://posthog.com/docs/libraries/android","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PostHog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2020-04-29T09:43:13.000Z","updated_at":"2026-05-21T16:50:00.000Z","dependencies_parsed_at":"2023-09-27T20:28:56.093Z","dependency_job_id":"cf6d3460-e541-42da-bb5b-a35510fe67d6","html_url":"https://github.com/PostHog/posthog-android","commit_stats":null,"previous_names":[],"tags_count":212,"template":false,"template_full_name":null,"purl":"pkg:github/PostHog/posthog-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PostHog","download_url":"https://codeload.github.com/PostHog/posthog-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fposthog-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33538660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","posthog","sdk"],"created_at":"2024-11-14T18:12:36.314Z","updated_at":"2026-05-26T21:01:08.052Z","avatar_url":"https://github.com/PostHog.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GH Workflow](https://img.shields.io/github/actions/workflow/status/PostHog/posthog-android/build.yml?branch=main)](https://github.com/PostHog/posthog-android/actions)\n\n| Packages        | Maven Central                                                                                                                                                                                  | Min Version    |\n|-----------------| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |\n| posthog-android | [![Maven Central](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-android/badge.svg)](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-android) | Android API 21 |\n| posthog (core)  | [![Maven Central](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog/badge.svg)](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog)                 | Java 8         |\n| posthog-server  | [![Maven Central](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-server/badge.svg)](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-server)                 | Java 8         |\n| posthog-android-gradle-plugin  | [![Maven Central](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-android-gradle-plugin/badge.svg)](https://maven-badges.herokuapp.com/sonatype-central/com.posthog/posthog-android-gradle-plugin)                 | Java 8         |\n\n# PostHog Android \u0026 JVM SDKs\n\nThis repository contains PostHog's Android and JVM SDKs. PostHog is an open source platform for product analytics, feature flags, session replay, and more.\n\n## Packages\n\n### posthog-android\n\nFull-featured Android SDK with automatic screen tracking, session recording, and Android-specific features.\n\n```kotlin\nimplementation(\"com.posthog:posthog-android:$latestVersion\")\n```\n\n**Documentation:** [posthog-android/](./posthog-android/) | **Usage:** [posthog-android/USAGE.md](./posthog-android/USAGE.md)\n\n### posthog (core)\n\nPure Kotlin/JVM library suitable for environment specific SDK integrations.\n\n```kotlin\nimplementation(\"com.posthog:posthog:$latestVersion\")\n```\n\n**Documentation:** [posthog/](./posthog/) | **Usage:** [posthog/USAGE.md](./posthog/USAGE.md)\n\n### posthog-server\n\nPure Kotlin/JVM library suitable for server integrations.\n\n```kotlin\nimplementation(\"com.posthog:posthog-server:$latestVersion\")\n```\n\n**Documentation:** [posthog-server/](./posthog-server/) | **Usage:** [posthog-server/USAGE.md](./posthog-server/USAGE.md)\n\n### posthog-android-gradle-plugin\n\nGradle plugin suitable for Android-specific features.\n\n```kotlin\nimplementation(\"com.posthog:posthog-android-gradle-plugin:$latestVersion\")\n```\n\n**Documentation:** [posthog-android-gradle-plugin/](./posthog-android-gradle-plugin/) | **Usage:** [posthog-android-gradle-plugin/USAGE.md](./posthog-android-gradle-plugin/USAGE.md)\n\n## Documentation\n\nPlease see the main [PostHog docs](https://posthog.com/docs).\n\nSpecifically, the [Android docs](https://posthog.com/docs/libraries/android) details.\n\n## Questions?\n\n### [Check out our community page.](https://posthog.com/posts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fposthog-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposthog%2Fposthog-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fposthog-android/lists"}