dependencies

This commit is contained in:
Bryan Gerlach
2024-11-19 08:45:22 -06:00
parent ab5fb6c41e
commit 446a6fa7d2
3 changed files with 6 additions and 0 deletions

View File

@@ -374,6 +374,8 @@ jobs:
sed -i '/adaptive_icon_background/a \ \ adaptive_icon_foreground: "../res/icon.png"' ./flutter/pubspec.yaml
sed -i '/adaptive_icon_foreground:/a \ \ adaptive_icon_foreground_inset: 32' ./flutter/pubspec.yaml
sed -i '/ic_launcher_background/d' ./flutter/android/app/src/main/res/values/colors.xml
cp ./flutter/pubspec.yaml ./flutter/pubspec.yaml.bak
sed -i '/intl:/a \ \ archive: ^3.6.1' ./flutter/pubspec.yaml
- name: fix connection delay
continue-on-error: true