Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaholst authored Sep 26, 2023
1 parent 56b81fc commit fe2a067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'zulu'
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build
Expand Down

0 comments on commit fe2a067

Please sign in to comment.