Skip to content

Commit

Permalink
refactor(frontend): update download url for custom ODK Collect APK
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 10, 2024
1 parent a625960 commit cc547ca
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/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,
},
Expand Down

0 comments on commit cc547ca

Please sign in to comment.