build: Upgrade to flutter 3.22

This commit is contained in:
Christian Kußowski 2025-05-21 07:37:35 +02:00
commit b8547c4792
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
188 changed files with 426 additions and 364 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Directory containing the ARB files
l10n_dir="./assets/l10n"
l10n_dir="./lib/l10n"
# Target directory for the locale_config.xml file
xml_dir="./android/app/src/main/res/xml"