diff --git a/platform-support/_platform-support.md b/platform-support/_platform-support.md index fbe98c4db..d18740b69 100644 --- a/platform-support/_platform-support.md +++ b/platform-support/_platform-support.md @@ -22,6 +22,7 @@ These are the platforms one can use for Swift's development tools. This table sh | **Amazon Linux** | Amazon Linux | | **Red Hat Universal Base Image** | Red Hat Universal Base Image | | **Windows** | Windows | +| **Android** | Android | #### Minimum deployment version @@ -40,6 +41,7 @@ This table shows the minimum OS version for which a Swift application can be dep | **Amazon Linux** |2 | | **Red Hat Universal Base Image** |9 | | **Windows** |10.0 | +| **Android** |5.0 (API 21) | #### Development Tools @@ -54,6 +56,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor | **Amazon Linux** | ✓ | ✓ | | **Red Hat Universal Base Image** | ✓ | ✓ | | **Windows** | ✓ | ✓ | +| **Android** | ✓ | ✓ | ### Deployment-only @@ -73,6 +76,7 @@ The table below list the available capabilities on each platform for running Swi | **Amazon Linux** | ✓ | ✓ | | **Red Hat Universal Base Image** | ✓ | ✓ | | **Windows** | ✓ | | +| **Android** | | | ## Platform Owners @@ -87,6 +91,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate | **Apple platforms** | [Docs](/getting-started/#on-macos) | [Apple Inc.](https://www.apple.com) | ✓ | | **Linux** | [Docs](/getting-started/#on-linux) | [Apple Inc.](https://www.apple.com) | ✓ | | **Windows** | [Docs](/getting-started/#on-windows)| [Apple Inc.](https://www.apple.com) | ✓ | +| **Android** | [Docs](https://github.com/finagolfin/swift-android-sdk/blob/main/README.md)| [Finagolfin](https://github.com/finagolfin) | | * Apple platforms includes macOS, iOS, tvOS, and watchOS. * Linux includes Ubuntu, Debian, Fedora, Amazon Linux and Red Hat Universal Base Image platforms.