Skip to content

Commit c6e178b

Browse files
authored
Merge pull request #24 from nstack-io/feature/Update_Dependencies
Update project dependencies
2 parents df87753 + 519e3a9 commit c6e178b

File tree

6 files changed

+284
-161
lines changed

6 files changed

+284
-161
lines changed

.github/workflows/pull_request_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: flutter pub get
2020
working-directory: example
2121
- name: Build /example
22-
run: flutter build aot --release -t lib/main.dart
22+
run: flutter build apk --release -t lib/main.dart
2323
working-directory: example
2424
- name: Run analyzer
2525
run: flutter analyze

0 commit comments

Comments
 (0)