From 7a70ae58e06c110a6f95bee50db7e8be66e2a9c0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 Oct 2022 20:24:34 -0400 Subject: [PATCH] raise minimum fastboot version to 33.0.1 --- static/install/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install/cli.html b/static/install/cli.html index b2b55bd0..8c53bfcc 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -220,7 +220,7 @@

You need an updated copy of the fastboot tool and the directory containing it needs to be included in the PATH environment variable. You can run fastboot --version to determine - the current version. It must be at least 31.0.3. You can use a + the current version. It must be at least 33.0.1. You can use a distribution package for this, but most of them mistakenly package development snapshots of fastboot, clobber the standard version scheme for platform-tools (adb, fastboot, etc.) with their own scheme and don't keep it up-to-date