Skip to content

Commit 80a2e4f

Browse files
authored
Update android.yml
1 parent de68d75 commit 80a2e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
2020

21-
- name: Set up JDK 11
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
2323
with:
2424
distribution: temurin
25-
java-version: 11
25+
java-version: 17
2626

2727
- name: Cache Gradle
2828
uses: actions/cache@v3

0 commit comments

Comments
 (0)