Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(android): add minimum version compatibility #1670

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/android/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Measure Android SDK

* [Minimum requirements](#minimum-requirements)
* [Self host compatibility](#self-host-compatibility)
* [Quick reference](#quick-reference)
* [Getting started](#getting-started)
* [Custom events](#custom-events)
Expand All @@ -20,6 +21,16 @@
| Min SDK | 21 (Lollipop) |
| Target SDK | 31 |

# Self-host compatibility

Before updating to Android SDK version 0.9.0, make sure the deployed self-host version is *atleast* 0.5.0. For more
details, checkout the [self-host guide](../hosting/README.md).

| SDK version | Minimum required self-host version |
|---------------|------------------------------------|
| 0.1.0 - 0.8.2 | 0.1.1 |
| 0.9.0 | 0.5.0 |

# Quick reference

A quick reference to the entire public API for Measure Android SDK.
Expand Down
Loading