From 37ef8d15027fb00d672ebbed028e93f3741f7189 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 14 Jul 2021 01:53:57 -0400 Subject: remove Pixel 2 and Pixel 2 XL from releases list --- static/js/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/releases.js b/static/js/releases.js index 7416ce0c..8a546b38 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; +const devices = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; -- cgit v1.3.1