Skip to content

Commit

Permalink
feat: Update repo ci workflow file
Browse files Browse the repository at this point in the history
Update JDK from 11 to 17
  • Loading branch information
AliElDerawi authored Jan 4, 2025
1 parent 43b4717 commit a89d28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-kotlin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v3

# Step 2: Set up JDK for Android
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

# Step 3: Set up Android SDK
- name: Set up Android SDK
Expand Down

0 comments on commit a89d28c

Please sign in to comment.