From 72e25c96b870b408fba7189070617931cdff832c Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 23 Oct 2024 11:50:14 +0100 Subject: [PATCH] refactor: update link to custom ODK build (renamed to -FMTM) --- 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 feb2cea62..19468b4bb 100644 --- a/src/frontend/src/utilities/CustomDrawer.tsx +++ b/src/frontend/src/utilities/CustomDrawer.tsx @@ -64,7 +64,7 @@ const MenuItems = [ }, { name: 'Download Custom ODK Collect', - ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.4-entity-select/ODK-Collect-v2024.2.4-entity-select.apk', + ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.4-entity-select/ODK-Collect-v2024.2.4-FMTM.apk', isExternalLink: true, isActive: true, },