Update android build guide.

M committed Dec 30, 2021 at 14:00 UTC 659220fc333a796e0f059fe1b891a8708b75c13e
1 file changed +2 -4
howto-build-android.md
+2 -4
@@ -51,9 +51,7 @@ You may download and install the latest version of Android Studio [here](https:/
51
52 ### 3. Installing Flutter
53
54 -The easiest way to install Flutter is by using the `snap` package manager. Other means of installing Flutter on your system can be found [here](https://flutter.dev/docs/get-started/install/linux).
55 -
56 -`$ sudo snap install flutter --classic`
54 +Need to install flutter with version `2.0.4`. For this please check section [Install Flutter manually](https://docs.flutter.dev/get-started/install/linux#install-flutter-manually). When flutter repository is downloaded please open it with `cd <flutter-path>` and checkout version 2.0.4 by `git checkout 2.0.4`.
55
56 ### 4. Verify Installations
57
@@ -64,7 +62,7 @@ Verify that the Android toolchain, Flutter, and Android Studio have been correct
62 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.
63 ```
64 Doctor summary (to see all details, run flutter doctor -v):
67 -[✓] Flutter (Channel stable, 2.0.2, on Linux, locale en_US.UTF-8)
65 +[✓] Flutter (Channel stable, 2.0.4, on Linux, locale en_US.UTF-8)
66 [✓] Android toolchain - develop for Android devices (Android SDK version 28)
67 [✓] Android Studio (version 4.0)
68 ```