Skip to content

Commit

Permalink
Change java version in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonC01 committed Aug 3, 2024
1 parent 2fef455 commit fe157e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
Expand Down

0 comments on commit fe157e3

Please sign in to comment.