fix: fix wrong version mapping, add f-droid build script

This commit is contained in:
Anton Stubenbord
2023-10-24 17:17:11 +02:00
parent 03d8cb55c7
commit cf5b81d2d7
14 changed files with 30 additions and 38 deletions

View File

@@ -63,7 +63,8 @@ class ChangelogDialog extends StatelessWidget {
}
const _versionNumbers = {
"54": "3.0.7",
"55": "3.1.1",
"54": "3.1.0",
"53": "3.0.6",
"52": "3.0.5",
"51": "3.0.4",