update minimum fastboot version to 31.0.3

This commit is contained in:
Daniel Micay 2021-12-06 19:39:30 -05:00
parent 02512a0d76
commit 11e67b8bc4

View File

@ -205,7 +205,7 @@
<p>You need an updated copy of the <code>fastboot</code> tool and the <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> directory containing it needs to be included in the <code>PATH</code>
environment variable. You can run <code>fastboot --version</code> to determine 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 distribution package for this, but most of them mistakenly package development
snapshots of fastboot, clobber the standard version scheme for platform-tools 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 (adb, fastboot, etc.) with their own scheme and don't keep it up-to-date