···14141515### Build
16161717-Before releasing a Flutter Android app, make sure to follow [these steps](https://flutter.dev/docs/deployment/android).
1717+Follow [these steps](https://flutter.dev/docs/deployment/android).
18181919-Generate Android apk: `flutter build apk`
2020-Generate Android app bundle: `flutter build appbundle`
1919+### Releasing a new version
2020+2121+1. Specify a version and build number in `pubspec.yaml`, or use `--build-name` and `--build-number`
2222+2. Generate Android apk: `flutter build apk`
2323+3. Rename the output file to `notifier-x.y.z.apk`
2424+4. Commit with the message `x.y.z` and add a tag/release to it with the output file attached.