Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ not yet public. Stay tuned!

## What devices and OS versions does Flutter run on?

Flutter is designed to run on Android Jelly Bean and newer, and iOS 5 and newer.
Flutter is designed to run on Android KitKat (or newer), and iOS 5 (or newer).
We test on a variety of low-end to high-end phones and tablets, but we don't yet
have an official device compatibility guarantee.

Expand Down
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ To learn more about how to build apps with Flutter, please see the
Setting up your Android device
-------------------------

Currently Flutter requires an Android device running the Lollipop (or newer) version
of the Android operating system.
Currently Flutter requires an Android device running the KitKat (or newer)
version of the Android operating system.

- Install the `adb` tool from the [Android SDK](https://developer.android.com/sdk/installing/index.html?pkg=tools):
- Mac: `brew install android-platform-tools`
Expand Down