From 46ff677a855d6e59488024cd394cdbb9a5134464 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 feb2cea622..19468b4bb3 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, },