Skip to content

Commit

Permalink
refactor(frontend): update link to custom odk collect from intent apk
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 7, 2024
1 parent b49fcec commit a625960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/utilities/CustomDrawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/entity-preselection/ODK-Collect-entity-preselection.apk',
ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.1.3-entity-select/ODK-Collect-v2024.1.3-entity-select.apk',
isExternalLink: true,
isActive: true,
},
Expand Down

0 comments on commit a625960

Please sign in to comment.