Skip to content

Commit

Permalink
Upgraded flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Sep 11, 2024
1 parent c187fc9 commit 58b4f80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-all-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'

- name: Clone project
run: git clone https://github.com/anandnet/Harmony-Music.git
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'

- name: Clone project
run: git clone https://github.com/anandnet/Harmony-Music.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'

- name: Clone project
run: git clone https://github.com/anandnet/Harmony-Music.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
flutter-version: '3.24.2'
- uses: actions/setup-java@v4
with:
distribution: 'microsoft'
Expand Down

0 comments on commit 58b4f80

Please sign in to comment.