Skip to content

Commit

Permalink
Merge branch 'master' into feature/month-view-calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierPaquet-Rapold authored Sep 29, 2023
2 parents 789045a + fa724ea commit ef57df4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ _Note: This guide is also available in: [Français](https://github.com/ApplETS/N

- Flutter SDK v3.3.10
```sh
# to downgrade flutter version to the required version, simply do:
$ flutter downgrade 3.3.10
# to downgrade flutter version to the required version, simply do theses steps:
$ cd /path/to/flutter
$ git checkout 3.3.10
$ flutter doctor
# Make sure the output of flutter doctor is alright
```
- Openssl v1.1.1g or higher
- Java sdk 11
Expand Down

0 comments on commit ef57df4

Please sign in to comment.