Skip to content

Commit 4e203b8

Browse files
committed
fix: android ci
1 parent 454dbb9 commit 4e203b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This is the main Android apk build workflow for both nightly and beta releases.
21
# This is also configured to run as a workflow_call.
32

43
name: Build-Android
@@ -43,7 +42,7 @@ on:
4342
env:
4443
CLOJURE_VERSION: '1.11.1.1413'
4544
NODE_VERSION: '22'
46-
JAVA_VERSION: '17'
45+
JAVA_VERSION: '21'
4746

4847
jobs:
4948
build-apk:

0 commit comments

Comments
 (0)