Commit 3d05c2a

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-13 16:08:17
update release-process.md tag: v1.6.1
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 96765c0
Changed files (1)
docs/release-process.md
@@ -8,6 +8,7 @@ App release checklist
 - [ ] update version in `pubspec.yaml` and `android/app/build.gradle`
 - [ ] verify no tests fail
 - [ ] `flutter clean`
+- [ ] `flutter pub upgrade`
 - [ ] compile apk `flutter build apk --release --flavor github --obfuscate --split-debug-info=./build/debug-info`
 - [ ] compile play-store `flutter build appbundle --release --flavor github --obfuscate --split-debug-info=./build/debug-info`
 - [ ] obtain Playstore debug symbols by running `7z a debug-info.zip ./lib/arm64-v8a/ ./lib/armeabi-v7a/ ./lib/x86_64/