Skip to content

Commit

Permalink
Add Android to platforms supported
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Jul 31, 2023
1 parent ea2f53f commit 50f4fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform-support/_platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are the platforms one can use for Swift's development tools. This table sh
| **CentOS** | CentOS |
| **Amazon Linux** | Amazon Linux |
| **Windows** | Windows |
| **Android** | Android |

#### Minimum deployment version

Expand All @@ -35,6 +36,7 @@ This table shows the minimum OS version for which a Swift application can be dep
| **CentOS** |7 |
| **Amazon Linux** |2 |
| **Windows** |10.0 |
| **Android** |5.0 (API 21) |

#### Development Tools

Expand All @@ -47,6 +49,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
| **CentOS** |||
| **Amazon Linux** |||
| **Windows** |||
| **Android** |||

### Deployment-only

Expand All @@ -64,6 +67,7 @@ The table below list the available capabilities on each platform for running Swi
| **CentOS** |||
| **Amazon Linux** |||
| **Windows** |||
| **Android** | | |

## Platform Owners

Expand All @@ -78,6 +82,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)| [Saleem Abdulrasool](https://github.com/compnerd) | |
| **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, CentOS and Amazon Linux platforms.
Expand Down

0 comments on commit 50f4fbf

Please sign in to comment.