Skip to content

Commit

Permalink
increase java version
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 16, 2024
1 parent de373ce commit 5ae8016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs: #here we specify the jobs - We could have multiple 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 All @@ -34,7 +34,7 @@ jobs: #here we specify the jobs - We could have multiple jobs
#- name: Run tests
# run: flutter test

- name: Build android appBundle
- name: Build Android appBundle
run: flutter build appbundle --release

#- name: Build ios
Expand Down

0 comments on commit 5ae8016

Please sign in to comment.