diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-14 01:53:57 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-14 01:54:36 -0400 |
| commit | 37ef8d15027fb00d672ebbed028e93f3741f7189 (patch) | |
| tree | fef3e508ac9d907a771972262b0af07e0dcf670b /static/js/releases.js | |
| parent | 942bf0c46739c69ed5e882a6f4cfe8a22ab73968 (diff) | |
remove Pixel 2 and Pixel 2 XL from releases list
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 7416ce0c..8a546b38 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 = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"]; +const devices = ["redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
