removed flutter version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 3m4s
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 3m4s
This commit is contained in:
@@ -27,18 +27,11 @@ jobs:
|
|||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.38.6'
|
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Format code
|
|
||||||
run: flutter format --set-exit-if-changed .
|
|
||||||
|
|
||||||
- name: Analyze code
|
|
||||||
run: flutter analyze .
|
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
run: flutter build apk --release
|
run: flutter build apk --release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user