Skip to content

Commit 97ca67c

Browse files
JohannJohann
authored andcommitted
fix: upgrade Java to 21 for Capacitor Android plugin
1 parent 73c66a0 commit 97ca67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
distribution: "temurin"
28-
java-version: "17"
28+
java-version: "21"
2929

3030
- name: Install dependencies
3131
run: npm ci

0 commit comments

Comments
 (0)