diff --git a/faq.md b/faq.md index 4b14750533..c521f3bd94 100644 --- a/faq.md +++ b/faq.md @@ -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. diff --git a/getting-started.md b/getting-started.md index be5aa62cbd..f77790f702 100644 --- a/getting-started.md +++ b/getting-started.md @@ -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`