From f61a55baf44b7f2c138b4864fa014f973b57fc72 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 29 Aug 2024 16:46:41 -0400 Subject: production Pixel 9 Pro Fold 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 21a5f336..7c6a7256 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -1,7 +1,7 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT const baseUrl = "https://releases.grapheneos.org/"; -const devices = ["komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const legacyFactoryDevices = new Set(["sunfish", "coral", "flame"]); const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; -- cgit v1.3.1