Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 99851f4

Browse files
committed
fix
1 parent c547cc1 commit 99851f4

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
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: set up JDK 17
16+
- name: set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '17'
19+
java-version: '21'
2020
distribution: 'temurin'
2121
cache: gradle
2222
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)