Skip to content

Commit

Permalink
Update Android CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Nov 19, 2024
1 parent bb98b18 commit d4290b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Set up Android SDK
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit d4290b6

Please sign in to comment.