summaryrefslogtreecommitdiff
path: root/static/install
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-12-06 19:39:30 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-12-06 19:39:30 -0500
commit11e67b8bc48028194b1fb54dc21af11f9d85cc86 (patch)
tree39447c711c3c79a6cf59c1ffea96762bd51f3f0a /static/install
parent02512a0d769a8a73a261724db7efd11c23b3e901 (diff)
update minimum fastboot version to 31.0.3
Diffstat (limited to 'static/install')
-rw-r--r--static/install/cli.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index 52978a29..0c3c63ef 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -205,7 +205,7 @@
<p>You need an updated copy of the <code>fastboot</code> tool and the
directory containing it needs to be included in the <code>PATH</code>
environment variable. You can run <code>fastboot --version</code> to determine
- the current version. It must be at least <code>29.0.6</code>. You can use a
+ the current version. It must be at least <code>31.0.3</code>. 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