diff --git a/howto-build-android.md b/howto-build-android.md index e41e434b6..9b8d6e44e 100644 --- a/howto-build-android.md +++ b/howto-build-android.md @@ -64,7 +64,7 @@ Verify that the Android toolchain, Flutter, and Android Studio have been correct The output of this command will appear like this, indicating successful installations. If there are problems with your installation, they **must** be corrected before proceeding. ``` Doctor summary (to see all details, run flutter doctor -v): -[✓] Flutter (Channel beta, 2.0.2, on Linux, locale en_US.UTF-8) +[✓] Flutter (Channel stable, 1.22.6, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 28) [✓] Android Studio (version 4.0) ```