From cc547cace67858788dedceae6822c95967459fa1 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 10 Jun 2024 17:30:44 +0100 Subject: [PATCH] refactor(frontend): update download url for custom ODK Collect APK --- src/frontend/src/utilities/CustomDrawer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/utilities/CustomDrawer.jsx b/src/frontend/src/utilities/CustomDrawer.jsx index 49e020b207..73ba596f5c 100644 --- a/src/frontend/src/utilities/CustomDrawer.jsx +++ b/src/frontend/src/utilities/CustomDrawer.jsx @@ -90,7 +90,7 @@ export default function CustomDrawer({ open, placement, size, type, onClose, onS }, { name: 'Download Custom ODK Collect', - ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.1.3-entity-select/ODK-Collect-v2024.1.3-entity-select.apk', + 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', isExternalLink: true, isActive: true, },