upgrade deps

This commit is contained in:
Fabian Freund
2026-03-11 18:33:22 +01:00
parent c751c6fe15
commit e001701b07
11 changed files with 141 additions and 245 deletions
+2 -2
View File
@@ -88,12 +88,12 @@ jobs:
- name: Build APK
working-directory: app
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi
- name: Build App Bundle
if: steps.build-type.outputs.is_prerelease == 'false'
working-directory: app
run: flutter build appbundle --target-platform android-arm,android-arm64 --no-tree-shake-icons
run: flutter build appbundle --target-platform android-arm,android-arm64
- name: Create github artifact release (Prerelease)
if: steps.build-type.outputs.is_prerelease == 'true'