Skip to content

Commit 9f5db12

Browse files
committed
chore: update Java version to 21 and NDK to 27.3.13750724 in CI workflow
1 parent dc1499a commit 9f5db12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-build-custom-dev-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
21-
java-version: 17
21+
java-version: 21
2222

2323
- name: actions/setup-node
2424
uses: actions/setup-node@v3
@@ -29,8 +29,8 @@ jobs:
2929
- name: npm install
3030
run: npm ci
3131

32-
- name: Add NDK 26.1.10909125
33-
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;26.1.10909125"
32+
- name: Add NDK 27.3.13750724
33+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;27.3.13750724"
3434

3535
- name: Build with Gradle
3636
run: ./gradlew assembleDevDebug

0 commit comments

Comments
 (0)