Skip to content

Commit

Permalink
change dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
YuiHrsw committed Oct 5, 2024
1 parent eeb1a38 commit 3a8f4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Build Windows App
- name: Build Android App
run: flutter build apk

- name: Upload Windows Build Artifacts
- name: Upload Android Build Artifacts
uses: actions/upload-artifact@v4
with:
name: release-apk
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
media_kit_video: ^1.2.4
media_kit_libs_video: ^1.0.4

process_run: ^1.2.0+3
process_run: ^1.1.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 3a8f4ce

Please sign in to comment.