diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 19:59:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-14 19:59:07 -0400 |
| commit | 70aff80f09a17b4d294bc758d75919bb47d0610f (patch) | |
| tree | fb43671ce8dcbe18c4f385b22d11a831f3493997 /static/js/releases.js | |
| parent | 75e4c7bb69bd3f4564b77ef064e44d1e28f22f64 (diff) | |
prepare for future Pixel 7 Pro and Pixel 7 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 d7993e7b..f12ba5db 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 = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
