Skip to content

Commit

Permalink
docs(android): add minimum version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Dec 26, 2024
1 parent 38f7b59 commit 53c0521
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 53c0521

Please sign in to comment.