diff --git a/.github/workflows/android-deploy-beta.yml b/.github/workflows/android-deploy-beta.yml index a205192..68056cb 100644 --- a/.github/workflows/android-deploy-beta.yml +++ b/.github/workflows/android-deploy-beta.yml @@ -23,7 +23,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v1 with: - flutter-version: '3.7.1' + flutter-version: '3.13.9' - run: flutter clean - run: flutter pub get - run: flutter build appbundle -t lib/screens/Launch.dart --release diff --git a/.github/workflows/ios-deploy-beta.yml b/.github/workflows/ios-deploy-beta.yml index e38876e..d6ac9ea 100644 --- a/.github/workflows/ios-deploy-beta.yml +++ b/.github/workflows/ios-deploy-beta.yml @@ -34,7 +34,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v2 with: - flutter-version: '3.7.1' + flutter-version: '3.13.9' - run: flutter clean - run: flutter pub get - run: flutter build ipa --release -t lib/screens/Launch.dart --export-options-plist ios/export.plist diff --git a/.github/workflows/web-build-and-deploy.yml b/.github/workflows/web-build-and-deploy.yml index 1214939..1391300 100644 --- a/.github/workflows/web-build-and-deploy.yml +++ b/.github/workflows/web-build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v2 with: - flutter-version: '3.7.1' + flutter-version: '3.13.9' - run: flutter build web -t lib/screens/Launch.dart --release --no-sound-null-safety --web-renderer=canvaskit - name: Deploy to Firebase uses: w9jds/firebase-action@master