From ec19bb95b0f0723e4c6dbb715c98cc87e54e2028 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Fri, 20 Oct 2023 16:46:29 +0530 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a114d916f..bd750fdef 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ You can alternatively install the build from PlayStore or F-Droid. ## 🧑‍💻 Building from source -1. [Install Flutter v3.10.6](https://flutter.dev/docs/get-started/install) +1. [Install Flutter v3.13.4](https://flutter.dev/docs/get-started/install) 2. Clone this repository with `git clone git@github.com:ente-io/photos-app.git` 3. Pull in all submodules with `git submodule update --init --recursive` 4. Enable repo git hooks `git config core.hooksPath hooks`