Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
surely 17==61 should do it.
  • Loading branch information
jaydeetay committed May 3, 2024
1 parent 378b11e commit e97e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '13'
java-version: '17'

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit e97e9fe

Please sign in to comment.