Skip to content

Commit

Permalink
use java 17 for android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jan 14, 2024
1 parent ad04dae commit ae2e0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Run cake
Expand Down

0 comments on commit ae2e0ed

Please sign in to comment.