Skip to content

Commit

Permalink
[19310] Updated version to 17 to match local properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-jsonjuliane committed Feb 8, 2024
1 parent 1694200 commit 2ee8890
Show file tree
Hide file tree
Showing 2 changed files with 1,397 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

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

- name: Grant execute permission for Gradle wrapper
run: chmod +x gradlew
Expand Down
Loading

0 comments on commit 2ee8890

Please sign in to comment.