Skip to content

Commit

Permalink
💚 fix android workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Aug 7, 2024
1 parent f7bbb71 commit c1d8181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
distribution: 'zulu'
java-version: "17.x"
cache: 'gradle'
- uses: subosito/flutter-action@v2
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/android_playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: "11.x"
java-version: "17.x"
cache: 'gradle'
- uses: subosito/flutter-action@v2
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
Expand Down

0 comments on commit c1d8181

Please sign in to comment.