The android app can be downloaded from the releases page.
In development
- add key.properties to /android
- add sepl.keystore to /android
- add .env to /
- add the following script to /.git/hooks as 'pre-commit'
#!/bin/bash
perl -i -pe 's/^(version:\s+\d+\.\d+\.)(\d+)(\+)(\d+)$/$1.($2+1).$3.($4+1)/e' pubspec.yaml
git add pubspec.yaml
Supported setup: Android Studio Hedgehog | 2023.1.1 Patch 2 SDK Platform: Android 13 SDK CLI Tools: 10 Flutter: 3.7.1