summaryrefslogtreecommitdiffhomepage
path: root/android/scripts/release
AgeCommit message (Collapse)AuthorFilesLines
2026-03-10Fix incorrect cargo commandDavid Göransson1-1/+1
2026-03-04Add script to create draft release on githubJonatan Rhodin5-0/+245
2026-01-21Add new version system to androidDavid Lönnhager3-0/+223
- Use the same version code as desktop - Use json array provided by the releases page via the api to determine if the current version of the app is supported - Add code to update the supported version array and latest version via the builder server Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>