From 58f1d6ad4cf87c5fb8d44995e8f81e883f01786d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 14:29:33 -0400 Subject: [PATCH] update oldest supported fastboot version to 29.0.6 --- static/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install.html b/static/install.html index c028b866..643316c0 100644 --- a/static/install.html +++ b/static/install.html @@ -120,7 +120,7 @@

You need an updated copy of the fastboot tool and it needs to be included in your PATH environment variable. You can run fastboot --version to determine the current version. It must be at least - 28.0.2. You can use a distribution package for this, but most of them + 29.0.6. 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 despite that being crucial.