From 6c400ba47fcd86adf96de79d65575db6df07327f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 28 Jul 2022 04:56:09 -0400 Subject: begin adding Pixel 6a (bluejay) support --- static/js/releases.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/releases.js') diff --git a/static/js/releases.js b/static/js/releases.js index d0a2f83f..1e0d760f 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 = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; -- cgit v1.3.1