summaryrefslogtreecommitdiff
path: root/static/js/releases.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-09-07 04:50:27 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-09-07 04:50:27 -0400
commit31376df595d1e191d2f8847873194f2c011fbd2d (patch)
treefcb009557653afab1941ef3575ab8c9a645876c0 /static/js/releases.js
parent20d20ea7467dfac97cd25d7f224e1bee6a46f094 (diff)
launch experimental Pixel 5a support
Diffstat (limited to 'static/js/releases.js')
-rw-r--r--static/js/releases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js
index 8a546b38..02af1aa8 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"];
+const devices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const channels = ["stable", "beta"];
const delayMs = 1000 * 60 * 5;