removed flutter version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 3m4s

This commit is contained in:
2026-01-19 22:15:44 +01:00
parent 609a477b75
commit a66c25c784

View File

@@ -27,18 +27,11 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.38.6'
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Format code
run: flutter format --set-exit-if-changed .
- name: Analyze code
run: flutter analyze .
- name: Build APK
run: flutter build apk --release