fix android build workflow

This commit is contained in:
balazsmanus@chameleon
2025-02-25 16:38:59 +01:00
parent c3e48d4137
commit ee3b7cd751
3 changed files with 42 additions and 13 deletions

19
fix-pub.sh Normal file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
cd refilc
flutter clean
flutter pub get
cd ../refilc_kreta_api
flutter clean
flutter pub get
cd ../refilc_mobile_ui
flutter clean
flutter pub get
cd ../refilc_plus
flutter clean
flutter pub get
cd ..