diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-22 11:05:40 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-22 12:15:11 -0400 |
| commit | 91e0f3ee5a0f219130c1f8727df152ccbd218022 (patch) | |
| tree | 6b5dfd679984812f31d8b8e0a842fc4dae63c2ad | |
| parent | 114a4660cd896d7595ce7834e7cb2eac21327c1d (diff) | |
raise minimum fastboot version to 34.0.5
| -rw-r--r-- | static/install/cli.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 0ac88d1d..dbaf8470 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -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.4</code>. You can use a + the current version. It must be at least <code>34.0.5</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 diff --git a/static/releases.html b/static/releases.html index b5e9010a..22f8c938 100644 --- a/static/releases.html +++ b/static/releases.html @@ -743,6 +743,7 @@ <p>Changes since the 2024032100 release:</p> <ul> + <li>flash-all: raise minimum fastboot version to 34.0.5</li> </ul> </article> --> |
