diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 20:24:34 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 20:26:35 -0400 |
| commit | 7a70ae58e06c110a6f95bee50db7e8be66e2a9c0 (patch) | |
| tree | f5eb770c60152a314b0b039137b37461ea3020d0 /static | |
| parent | 60801a8d8ac715917192e15e83f8789ba9706681 (diff) | |
raise minimum fastboot version to 33.0.1
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/cli.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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>31.0.3</code>. You can use a + the current version. It must be at least <code>33.0.1</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 |
