diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:29:33 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 14:29:33 -0400 |
| commit | 58f1d6ad4cf87c5fb8d44995e8f81e883f01786d (patch) | |
| tree | 735c69ee840bb8fa4ae1915436b13e76a4504096 | |
| parent | c3b12319303115114a7573a5df2640c35f4f8312 (diff) | |
update oldest supported fastboot version to 29.0.6
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p>You need an updated copy of the <code>fastboot</code> tool and it needs to be included in your <code>PATH</code> environment variable. You can run <code>fastboot --version</code> to determine the current version. It must be at least - <code>28.0.2</code>. You can use a distribution package for this, but most of them + <code>29.0.6</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 despite that being crucial.</p> |
