summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-10-16 14:10:08 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-10-16 14:10:08 -0400
commitcd29fcaf1fab9c8e7bd4227adba581892db67695 (patch)
treeedfb8283c04b933bae5189dedad6bb484b946618
parent1397d60ece830281cb1d385a6baa54441f1eb753 (diff)
raise minimum fastboot version to 33.0.3
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index e7f8b649..94a6d92d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -636,6 +636,7 @@
<li>Vanadium: add back 32-bit WebView support since there are non-Play-Store app repositories distributing 32-bit-only APKs due to save storage space based on their incorrect assumption that they'll work on 64-bit devices and their lack of support for split APKs able to provide support for each architecture with minimal storage use (we still plan to add 64-bit Vanadium builds for use on the Pixel 7 and Pixel 7 Pro where 32-bit app support has been dropped)</li>
<li>don't auto-revoke Sensors/Network permissions from hidden apps</li>
<li>GmsCompatConfig: disable WearableDataListenerService</li>
+ <li>raise minimum supported fastboot version for the factory images flashing scripts to 33.0.3</li>
</ul>
</article>
-->
@@ -656,7 +657,7 @@
<li>use parent profile settings for Sensors permission auto-grant toggle in work profile</li>
<li>Sandboxed Google Play compatibility layer: ability to override SharedPreferences-backed PhenotypeFlags</li>
<li>Sandboxed Google Play compatibility layer: overhaul reimplementation of the Play services geolocation API used by the default enabled location request rerouting mode to support new APIs added by recent Play services releases along with fixing compatibility issues in the existing implementation</li>
- <li>raise minimum supported fastboot version for the factory images flashing scripts to 33.0.1 for all devices since it will be required for the Pixel 7 and Pixel 7 Pro</li>
+ <li>raise minimum supported fastboot version for the factory images flashing scripts to 33.0.1 since it will be required for the Pixel 7 and Pixel 7 Pro</li>
<li>Settings: backport and configure intent configuration related to styles and wallpaper configuration activities to make the device branch for the Pixel 7 and Pixel 7 Pro easier to maintain</li>
<li>prepare for future Pixel 7 and Pixel 7 Pro support by adding them to the device lists for device prototype checks and PSDS configuration</li>
<li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/61">version 61</a></li>