drop legacy Pixel and Pixel XL support

This commit is contained in:
Daniel Micay
2019-11-04 16:23:29 -05:00
parent 6923bcf430
commit 46d90703df
5 changed files with 6 additions and 106 deletions

View File

@@ -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) {