From 2ac9b85e438a6f6b1000d9f9069a8a1c457852c4 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Fri, 31 Oct 2025 12:05:02 -0400 Subject: [PATCH] Add Android minimum level to deployment platforms table --- platform-support/_platform-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-support/_platform-support.md b/platform-support/_platform-support.md index bef708d35..fbe98c4db 100644 --- a/platform-support/_platform-support.md +++ b/platform-support/_platform-support.md @@ -33,6 +33,7 @@ This table shows the minimum OS version for which a Swift application can be dep | **iOS** |11.0 | | **watchOS** |4.0 | | **tvOS** |11.0 | +| **Android** |9 (API 28) | | **Ubuntu** |20.04 | | **Debian** |12 | | **Fedora** |39 |