From 46d90703dffe56826a672bcd51cb27ad1aced760 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 4 Nov 2019 16:23:29 -0500 Subject: drop legacy Pixel and Pixel XL support --- static/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/releases.js') diff --git a/static/releases.js b/static/releases.js index 4a621e18..83297850 100644 --- a/static/releases.js +++ b/static/releases.js @@ -4,7 +4,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; +const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; const channels = ["stable", "beta"]; for (const channel of channels) { -- cgit v1.3.1