raise minimum fastboot version to 35.0.1

This commit is contained in:
GrapheneOS 2024-08-09 14:26:03 -04:00
parent 52d83cb5ee
commit 5b7f81aef7

View File

@ -210,7 +210,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>34.0.5</code>. You can use a
the current version. It must be at least <code>35.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