Skip to content

Commit c604d7d

Browse files
Tweak Java version
1 parent 80a1637 commit c604d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-java@v4
3030
with:
3131
distribution: "temurin"
32-
java-version: "17"
32+
java-version: "21"
3333

3434
- run: npm ci
3535
env:

0 commit comments

Comments
 (0)