diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 14:07:07 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 14:07:07 -0500 |
| commit | 16ba652279b4c7dae5db53141516446dfffd937a (patch) | |
| tree | 817b6b3de71e37c87c2a6a8fcebee57fcb15d15a | |
| parent | 038af56748319532ce55cc7a154bea4c02794ad0 (diff) | |
stop marking Pixel 4a (5G) and Pixel 5 as new
| -rw-r--r-- | static/build.html | 4 | ||||
| -rw-r--r-- | static/releases.html | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/static/build.html b/static/build.html index cb69df43..a8902b9f 100644 --- a/static/build.html +++ b/static/build.html @@ -142,8 +142,8 @@ <li>aosp_coral (Pixel 4 XL)</li> <li>aosp_flame (Pixel 4)</li> <li>aosp_sunfish (Pixel 4a)</li> - <li>aosp_bramble (Pixel 4a (5G)) - new</li> - <li>aosp_redfin (Pixel 5) - new</li> + <li>aosp_bramble (Pixel 4a (5G))</li> + <li>aosp_redfin (Pixel 5)</li> </ul> <p>These are all fully supported production-ready targets supporting all the baseline diff --git a/static/releases.html b/static/releases.html index e64396a2..9c888d35 100644 --- a/static/releases.html +++ b/static/releases.html @@ -59,8 +59,8 @@ <li> <a href="#stable-channel">Stable channel</a> <ul> - <li><a href="#redfin-stable">Pixel 5 (new)</a></li> - <li><a href="#bramble-stable">Pixel 4a (5G) (new)</a></li> + <li><a href="#redfin-stable">Pixel 5</a></li> + <li><a href="#bramble-stable">Pixel 4a (5G)</a></li> <li><a href="#sunfish-stable">Pixel 4a</a></li> <li><a href="#coral-stable">Pixel 4 XL</a></li> <li><a href="#flame-stable">Pixel 4</a></li> @@ -75,8 +75,8 @@ <li> <a href="#beta-channel">Beta channel</a> <ul> - <li><a href="#redfin-beta">Pixel 5 (new)</a></li> - <li><a href="#bramble-beta">Pixel 4a (5G) (new)</a></li> + <li><a href="#redfin-beta">Pixel 5</a></li> + <li><a href="#bramble-beta">Pixel 4a (5G)</a></li> <li><a href="#sunfish-beta">Pixel 4a</a></li> <li><a href="#coral-beta">Pixel 4 XL</a></li> <li><a href="#flame-beta">Pixel 4</a></li> @@ -205,7 +205,7 @@ not be updated for the latest set of releases yet.</strong></p></noscript> <section id="redfin-stable"> - <h3><a href="#redfin-stable">Pixel 5 (new)</a></h3> + <h3><a href="#redfin-stable">Pixel 5</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.09">RQ1A.210205.004.2021.02.12.09</a></p> <ul> <li><a href="https://releases.grapheneos.org/redfin-factory-2021.02.12.09.zip">redfin-factory-2021.02.12.09.zip</a></li> @@ -214,7 +214,7 @@ </ul> </section> <section id="bramble-stable"> - <h3><a href="#bramble-stable">Pixel 4a (5G) (new)</a></h3> + <h3><a href="#bramble-stable">Pixel 4a (5G)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.09">RQ1A.210205.004.2021.02.12.09</a></p> <ul> <li><a href="https://releases.grapheneos.org/bramble-factory-2021.02.12.09.zip">bramble-factory-2021.02.12.09.zip</a></li> @@ -313,7 +313,7 @@ not be updated for the latest set of releases yet.</strong></p></noscript> <section id="redfin-beta"> - <h3><a href="#redfin-beta">Pixel 5 (new)</a></h3> + <h3><a href="#redfin-beta">Pixel 5</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.09">RQ1A.210205.004.2021.02.12.09</a></p> <ul> <li><a href="https://releases.grapheneos.org/redfin-factory-2021.02.12.09.zip">redfin-factory-2021.02.12.09.zip</a></li> @@ -322,7 +322,7 @@ </ul> </section> <section id="bramble-beta"> - <h3><a href="#bramble-beta">Pixel 4a (5G) (new)</a></h3> + <h3><a href="#bramble-beta">Pixel 4a (5G)</a></h3> <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ1A.210205.004.2021.02.12.09">RQ1A.210205.004.2021.02.12.09</a></p> <ul> <li><a href="https://releases.grapheneos.org/bramble-factory-2021.02.12.09.zip">bramble-factory-2021.02.12.09.zip</a></li> |
