Skip to content

Commit

Permalink
change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 18, 2024
1 parent 9cb08cf commit c5a10c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 21
java-version: 17.0.6
cache: 'gradle'

- name: Set up Flutter SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 21
java-version: 17.0.6
cache: 'gradle'

- name: Set up Flutter SDK
Expand Down

0 comments on commit c5a10c9

Please sign in to comment.