From e4b9596322300cf501af80b66c24807f966a9f1d Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 9 Jul 2024 00:45:51 +0100 Subject: [PATCH] docs: update link for custom odkcollect download --> v2024.2.0 --- src/frontend/src/utilities/CustomDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utilities/CustomDrawer.tsx b/src/frontend/src/utilities/CustomDrawer.tsx index 69623ee565..44383262a7 100644 --- a/src/frontend/src/utilities/CustomDrawer.tsx +++ b/src/frontend/src/utilities/CustomDrawer.tsx @@ -103,7 +103,7 @@ export default function CustomDrawer({ open, size, type, onClose, setOpen }: cus }, { name: 'Download Custom ODK Collect', - ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.0-beta.2-entity-select/ODK-Collect-v2024.2.0-beta.2-entity-select.apk', + ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.0/ODK-Collect-v2024.2.0.apk', isExternalLink: true, isActive: true, },