changed version number of flutter doctor output
Tanner Silva committed
Mar 23, 2021 at 21:43 UTC
1355c0ccdfe3fd87de9fe1a561b0fd908ce4722f
1 file changed
+1
-1
howto-build-android.md
+1
-1
@@ -64,7 +64,7 @@ Verify that the Android toolchain, Flutter, and Android Studio have been correct
64
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.
65
```
66
Doctor summary (to see all details, run flutter doctor -v):
67
-[✓] Flutter (Channel beta, 2.0.2, on Linux, locale en_US.UTF-8)
67
+[✓] Flutter (Channel stable, 1.22.6, on Linux, locale en_US.UTF-8)
68
[✓] Android toolchain - develop for Android devices (Android SDK version 28)
69
[✓] Android Studio (version 4.0)
70
```