diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 19:34:23 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-24 06:05:00 -0400 |
| commit | 7a879a324ee653f9c265aa0bb3de34c7e2e7fd2b (patch) | |
| tree | 84b6124d8fd215793d33e01176971de9beac42b7 /static/js/releases.js | |
| parent | 47f4ff448def10adb2fe0db99e9b34db539c53fe (diff) | |
add 9th generation Pixel support
Diffstat (limited to 'static/js/releases.js')
| -rw-r--r-- | static/js/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index cafa02ac..21a5f336 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 = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["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; |
