-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded web to version 1.0.0, along with all of the other dependenci…
…es. (#208) * Upgraded web to version 1.0.0, along with all of the other dependencies. * Upgrading minimum Dart version to 3.4.0. * Upgraded Github workflow file due to Flutter 3.24. * Upgraded Java Version to 17 in the workflow file. * Added missing distribution property to setup-java.
- Loading branch information
Showing
5 changed files
with
152 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
flutter_version: "3.19.3" | ||
flutter_version: "3.24.0" | ||
|
||
jobs: | ||
build: | ||
|
@@ -20,10 +20,11 @@ jobs: | |
uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-java@v1 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-java@v4 | ||
with: | ||
java-version: "12.x" | ||
distribution: 'adopt' | ||
java-version: "17" | ||
- name: Init Flutter | ||
uses: subosito/flutter-action@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.